SamiKoen commited on
Commit
b843cfb
·
1 Parent(s): a54b8fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"