wu981526092 commited on
Commit
a91a9d4
·
1 Parent(s): 7f68889

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -55,6 +55,7 @@ mistakes sometimes. In this game, you can choose either Option J or Option F. Th
55
  {"role": "user", "content": prompt}
56
  ],
57
  temperature = 0,
 
58
  )
59
 
60
  move = completion.choices[0].message['content']
 
55
  {"role": "user", "content": prompt}
56
  ],
57
  temperature = 0,
58
+ max_tokens = 5
59
  )
60
 
61
  move = completion.choices[0].message['content']