Update app.py
Browse files
app.py
CHANGED
|
@@ -229,7 +229,7 @@ def chat(
|
|
| 229 |
|
| 230 |
|
| 231 |
response = openai.Completion.create(
|
| 232 |
-
engine="
|
| 233 |
prompt=to_completion(messages),
|
| 234 |
temperature=0, # deterministic
|
| 235 |
stream=True,
|
|
|
|
| 229 |
|
| 230 |
|
| 231 |
response = openai.Completion.create(
|
| 232 |
+
engine="EkiGPT",
|
| 233 |
prompt=to_completion(messages),
|
| 234 |
temperature=0, # deterministic
|
| 235 |
stream=True,
|