Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -18,8 +18,8 @@ def get_streamed_response(message, history):
|
|
18 |
|
19 |
url = "https://api.together.xyz/v1/chat/completions"
|
20 |
payload = {
|
21 |
-
"model": "
|
22 |
-
"temperature":
|
23 |
"top_p": 0.7,
|
24 |
"top_k": 50,
|
25 |
"repetition_penalty": 1,
|
|
|
18 |
|
19 |
url = "https://api.together.xyz/v1/chat/completions"
|
20 |
payload = {
|
21 |
+
"model": "teknium/OpenHermes-2p5-Mistral-7B",
|
22 |
+
"temperature": 1.1,
|
23 |
"top_p": 0.7,
|
24 |
"top_k": 50,
|
25 |
"repetition_penalty": 1,
|