Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ import json
|
|
| 4 |
import requests
|
| 5 |
import xml.etree.ElementTree as ET
|
| 6 |
from collections import defaultdict
|
| 7 |
-
|
| 8 |
|
| 9 |
# API ayarları
|
| 10 |
API_URL = "https://api.openai.com/v1/chat/completions"
|
|
|
|
| 4 |
import requests
|
| 5 |
import xml.etree.ElementTree as ET
|
| 6 |
from collections import defaultdict
|
| 7 |
+
from io import StringIO
|
| 8 |
|
| 9 |
# API ayarları
|
| 10 |
API_URL = "https://api.openai.com/v1/chat/completions"
|