NCTCMumbai
commited on
Commit
•
dbd23c3
1
Parent(s):
42165ca
Update backend/query_llm.py
Browse files- backend/query_llm.py +1 -1
backend/query_llm.py
CHANGED
@@ -109,7 +109,7 @@ def generate_qwen(formatted_prompt: str, history: str):
|
|
109 |
response = client.predict(
|
110 |
query=formatted_prompt,
|
111 |
history=[],
|
112 |
-
system='You are wonderful'
|
113 |
api_name="/model_chat"
|
114 |
)
|
115 |
print('Response:',response)
|
|
|
109 |
response = client.predict(
|
110 |
query=formatted_prompt,
|
111 |
history=[],
|
112 |
+
system='You are wonderful',
|
113 |
api_name="/model_chat"
|
114 |
)
|
115 |
print('Response:',response)
|