Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -58,7 +58,7 @@ def submit() -> None:
|
|
58 |
|
59 |
# generate output
|
60 |
output = openai.Completion.create(
|
61 |
-
engine='gpt-3.5-turbo',
|
62 |
prompt=prompt,
|
63 |
temperature=0.45,
|
64 |
top_p=1,
|
|
|
58 |
|
59 |
# generate output
|
60 |
output = openai.Completion.create(
|
61 |
+
engine='gpt-3.5-turbo-instruct',
|
62 |
prompt=prompt,
|
63 |
temperature=0.45,
|
64 |
top_p=1,
|