Spaces:
Sleeping
Sleeping
mohammed3536
commited on
Commit
•
e47b063
1
Parent(s):
f8123ef
Update app.py
Browse files
app.py
CHANGED
@@ -45,6 +45,7 @@ def generate_question_with_chatgpt(context):
|
|
45 |
"Authorization": f"Bearer {OPENAI_API_KEY}",
|
46 |
}
|
47 |
|
|
|
48 |
data = {
|
49 |
"model": "gpt-3.5-turbo",
|
50 |
"messages": [
|
|
|
45 |
"Authorization": f"Bearer {OPENAI_API_KEY}",
|
46 |
}
|
47 |
|
48 |
+
generated_question = []
|
49 |
data = {
|
50 |
"model": "gpt-3.5-turbo",
|
51 |
"messages": [
|