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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ def get_streamed_response(message, history):
17
 
18
  url = "https://api.together.xyz/v1/chat/completions"
19
  payload = {
20
- "model": "NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO",
21
  "temperature": 1,
22
  "top_p": 0.7,
23
  "top_k": 50,
 
17
 
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,