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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ def chat_stream_completion(message, history):
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
  )
 
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
  )