aashnaj commited on
Commit
f3c87ec
·
verified ·
1 Parent(s): d07e507

temperature

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ def respond(message, history, cuisine, dietary_restrictions, allergies):
33
  stream = client.chat_completion(
34
  messages,
35
  max_tokens=700,
36
- temperature=1.5,top_p=0.7,
37
  stream=True,
38
  )
39
  for message in stream:
 
33
  stream = client.chat_completion(
34
  messages,
35
  max_tokens=700,
36
+ temperature=2,top_p=0.7,
37
  stream=True,
38
  )
39
  for message in stream: