JanPf commited on
Commit
38e556b
·
verified ·
1 Parent(s): 30755a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -47,6 +47,7 @@ def chat_stream_completion(message, history):
47
  response = llm.create_chat_completion(
48
  messages=messages_prompts,
49
  repeat_penalty=1.1,
 
50
  stream=True,
51
  stop=["<|im_end|>"]
52
  )
 
47
  response = llm.create_chat_completion(
48
  messages=messages_prompts,
49
  repeat_penalty=1.1,
50
+ temperature=0,
51
  stream=True,
52
  stop=["<|im_end|>"]
53
  )