Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -216,7 +216,7 @@ else:
|
|
216 |
# Make the API call with better error handling
|
217 |
try:
|
218 |
response = client.chat.completions.create(
|
219 |
-
model="gpt-
|
220 |
messages=messages,
|
221 |
temperature=0.7,
|
222 |
max_tokens=1500
|
|
|
216 |
# Make the API call with better error handling
|
217 |
try:
|
218 |
response = client.chat.completions.create(
|
219 |
+
model="gpt-4o",
|
220 |
messages=messages,
|
221 |
temperature=0.7,
|
222 |
max_tokens=1500
|