Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ def ask_llm(llm_prompt_input):
|
|
38 |
print("\n".join(formatted_results))
|
39 |
|
40 |
result = client.predict(
|
41 |
-
query=f"{llm_prompt_input} kontext:{
|
42 |
history=[],
|
43 |
system="You are Qwen, created by Alibaba Cloud. You are a helpful assistant.",
|
44 |
api_name="/model_chat"
|
|
|
38 |
print("\n".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"
|