NicolasGaudemet commited on
Commit
d9ef0f2
·
1 Parent(s): 14c15ff

Update writing_assistant_app.py

Browse files
Files changed (1) hide show
  1. writing_assistant_app.py +1 -1
writing_assistant_app.py CHANGED
@@ -23,7 +23,7 @@ def writing_assistant(debut, suite, instructions):
23
  response = openai.ChatCompletion.create(
24
  model="gpt-3.5-turbo",
25
  messages=messages,
26
- temperature=2
27
  )
28
 
29
  # Get generated text
 
23
  response = openai.ChatCompletion.create(
24
  model="gpt-3.5-turbo",
25
  messages=messages,
26
+ temperature=0.1
27
  )
28
 
29
  # Get generated text