James MacQuillan commited on
Commit
cdcb9a8
·
1 Parent(s): 442cee7
Files changed (1) hide show
  1. app.py +1 -1
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} with {stringed_text}"}],
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
  ):