nakas commited on
Commit
dd9d76c
·
1 Parent(s): 1415823

update to newest davinchi

Browse files
Files changed (1) hide show
  1. model.py +1 -1
model.py CHANGED
@@ -22,7 +22,7 @@ class GeneralModel:
22
 
23
  # arguments to send the API
24
  kwargs = {
25
- "engine": "text-davinci-002",
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,