Spaces:
Sleeping
Sleeping
James MacQuillan
commited on
Commit
·
cdcb9a8
1
Parent(s):
442cee7
push
Browse files
app.py
CHANGED
@@ -405,7 +405,7 @@ def detect_data_request(user_input, history):
|
|
405 |
final_response = ""
|
406 |
for message in client.chat_completion(
|
407 |
model="Qwen/Qwen2.5-72B-Instruct",
|
408 |
-
messages=[{"role": "user", "content": f"answer {youreq}
|
409 |
max_tokens=1500,
|
410 |
stream=True,
|
411 |
):
|
|
|
405 |
final_response = ""
|
406 |
for message in client.chat_completion(
|
407 |
model="Qwen/Qwen2.5-72B-Instruct",
|
408 |
+
messages=[{"role": "user", "content": f"answer {youreq} "}],
|
409 |
max_tokens=1500,
|
410 |
stream=True,
|
411 |
):
|