mgokg commited on
Commit
bfed16d
·
verified ·
1 Parent(s): b523955

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ def ask_llm(llm_prompt_input):
38
  print(join(formatted_results))
39
 
40
  result = client.predict(
41
- query=f"{llm_prompt_input} kontext:{join(formatted_results)}",
42
  history=[],
43
  system="You are Qwen, created by Alibaba Cloud. You are a helpful assistant.",
44
  api_name="/model_chat"
 
38
  print(join(formatted_results))
39
 
40
  result = client.predict(
41
+ query=llm_prompt_input,
42
  history=[],
43
  system="You are Qwen, created by Alibaba Cloud. You are a helpful assistant.",
44
  api_name="/model_chat"