Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -55,7 +55,7 @@ def predict(question_choice, feedback_level, audio):
|
|
55 |
]
|
56 |
|
57 |
response = openai.ChatCompletion.create(
|
58 |
-
model='gpt-
|
59 |
messages=conversation,
|
60 |
temperature=0.6,
|
61 |
max_tokens=550, # Limiting the response to 550 tokens
|
|
|
55 |
]
|
56 |
|
57 |
response = openai.ChatCompletion.create(
|
58 |
+
model='gpt-4',
|
59 |
messages=conversation,
|
60 |
temperature=0.6,
|
61 |
max_tokens=550, # Limiting the response to 550 tokens
|