JohnPorkEater commited on
Commit
98e6938
·
verified ·
1 Parent(s): f782b51

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
 
19
  url = "https://api.together.xyz/v1/chat/completions"
20
  payload = {
21
- "model": "Qwen/Qwen1.5-14B-Chat",
22
  "temperature": 1,
23
  "top_p": 0.7,
24
  "top_k": 50,
 
18
 
19
  url = "https://api.together.xyz/v1/chat/completions"
20
  payload = {
21
+ "model": "Austism/chronos-hermes-13b",
22
  "temperature": 1,
23
  "top_p": 0.7,
24
  "top_k": 50,