simonraj commited on
Commit
9bab38b
·
1 Parent(s): acf8bd7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ def predict(question_choice, audio):
35
  response = openai.ChatCompletion.create(
36
  model='gpt-3.5-turbo',
37
  messages=conversation,
38
- temperature=0.8,
39
  max_tokens=1000, # Limiting the response to 500 tokens
40
  stream=True
41
  )
 
35
  response = openai.ChatCompletion.create(
36
  model='gpt-3.5-turbo',
37
  messages=conversation,
38
+ temperature=0.6,
39
  max_tokens=1000, # Limiting the response to 500 tokens
40
  stream=True
41
  )