Spaces:
Running
Running
Update turbowarp-server/gpt.py
Browse files- turbowarp-server/gpt.py +1 -1
turbowarp-server/gpt.py
CHANGED
|
@@ -97,7 +97,7 @@ def ask_gpt(history):
|
|
| 97 |
r = requests.post(
|
| 98 |
"https://izuemon-gpt-free-api.hf.space/v1/chat/completions",
|
| 99 |
json={
|
| 100 |
-
"model": "
|
| 101 |
"messages": messages
|
| 102 |
},
|
| 103 |
timeout=30
|
|
|
|
| 97 |
r = requests.post(
|
| 98 |
"https://izuemon-gpt-free-api.hf.space/v1/chat/completions",
|
| 99 |
json={
|
| 100 |
+
"model": "gpt-3.5-turbo",
|
| 101 |
"messages": messages
|
| 102 |
},
|
| 103 |
timeout=30
|