NicolasGaudemet commited on
Commit
ab55ac3
1 Parent(s): 2182a61

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=0.1
27
  )
28
 
29
  # Get generated text
 
23
  response = openai.ChatCompletion.create(
24
  model="gpt-3.5-turbo",
25
  messages=messages,
26
+ temperature=0.9
27
  )
28
 
29
  # Get generated text