Spaces:
Runtime error
Runtime error
update to newest davinchi
Browse files
model.py
CHANGED
@@ -22,7 +22,7 @@ class GeneralModel:
|
|
22 |
|
23 |
# arguments to send the API
|
24 |
kwargs = {
|
25 |
-
"engine": "text-davinci-
|
26 |
"temperature": 0.85,
|
27 |
"max_tokens": 2400,
|
28 |
"best_of": 1,
|
|
|
22 |
|
23 |
# arguments to send the API
|
24 |
kwargs = {
|
25 |
+
"engine": "text-davinci-003",
|
26 |
"temperature": 0.85,
|
27 |
"max_tokens": 2400,
|
28 |
"best_of": 1,
|