JohnPorkEater commited on
Commit
1c79720
·
verified ·
1 Parent(s): 4be6e7f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ def get_streamed_response(message, history):
18
  url = "https://api.together.xyz/v1/chat/completions"
19
  payload = {
20
  "model": "NousResearch/Nous-Hermes-2-Yi-34B",
21
- "temperature": 1,
22
  "top_p": 0.7,
23
  "top_k": 50,
24
  "repetition_penalty": 1,
 
18
  url = "https://api.together.xyz/v1/chat/completions"
19
  payload = {
20
  "model": "NousResearch/Nous-Hermes-2-Yi-34B",
21
+ "temperature": 1.1,
22
  "top_p": 0.7,
23
  "top_k": 50,
24
  "repetition_penalty": 1,