Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -63,7 +63,7 @@ def start(prompt, board, api_key):
|
|
63 |
content = ""
|
64 |
openai.api_key = api_key
|
65 |
for chunk in openai.ChatCompletion.create(
|
66 |
-
model="gpt-
|
67 |
messages=[{
|
68 |
"role": "user",
|
69 |
"content": prompt,
|
|
|
63 |
content = ""
|
64 |
openai.api_key = api_key
|
65 |
for chunk in openai.ChatCompletion.create(
|
66 |
+
model="gpt-4o",
|
67 |
messages=[{
|
68 |
"role": "user",
|
69 |
"content": prompt,
|