Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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=
|
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"
|