freQuensy23
commited on
Commit
•
3f6bdb5
1
Parent(s):
0fd8622
Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ def generate(
|
|
44 |
r = requests.post('https://social-warthog-fleet.ngrok-free.app/api/chat', params={
|
45 |
"model": "miqu",
|
46 |
"messages":conversation,
|
47 |
-
"stream":
|
48 |
"options":{"num_predict": 128, "temperature":1, "top_p":0.95}
|
49 |
|
50 |
})
|
|
|
44 |
r = requests.post('https://social-warthog-fleet.ngrok-free.app/api/chat', params={
|
45 |
"model": "miqu",
|
46 |
"messages":conversation,
|
47 |
+
"stream": False,
|
48 |
"options":{"num_predict": 128, "temperature":1, "top_p":0.95}
|
49 |
|
50 |
})
|