Docfile commited on
Commit
e6f1826
·
1 Parent(s): 43ed517

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -146,7 +146,7 @@ CONCLUSION
146
  2. Prise de position"""
147
 
148
  response = openai.Completion.create(
149
- model="text-davinci-003", prompt=haha, temperature=0.9, max_tokens=3900, top_p=1
150
  )
151
  answer = response.choices[0].text.strip()
152
  print(answer)
 
146
  2. Prise de position"""
147
 
148
  response = openai.Completion.create(
149
+ model="text-davinci-003", prompt=haha, temperature=0.9, max_tokens=3750, top_p=1
150
  )
151
  answer = response.choices[0].text.strip()
152
  print(answer)