JohnPorkEater commited on
Commit
23698d5
·
verified ·
1 Parent(s): 4b24368

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -18,9 +18,9 @@ def get_streamed_response(message, history):
18
 
19
  url = "https://api.together.xyz/v1/chat/completions"
20
  payload = {
21
- "model": "NousResearch/Nous-Hermes-Llama2-13b",
22
- "temperature": 1,
23
- "top_p": 1,
24
  "top_k": 50,
25
  "repetition_penalty": 1,
26
  "n": 1,
 
18
 
19
  url = "https://api.together.xyz/v1/chat/completions"
20
  payload = {
21
+ "model": "NousResearch/Nous-Hermes-2-Mixtral-8x7B-SFT",
22
+ "temperature": 0.7,
23
+ "top_p": 0.7,
24
  "top_k": 50,
25
  "repetition_penalty": 1,
26
  "n": 1,