Update backend/query_llm.py
Browse files- backend/query_llm.py +1 -1
backend/query_llm.py
CHANGED
@@ -116,7 +116,7 @@ def generate_qwen(formatted_prompt: str, history: str):
|
|
116 |
|
117 |
#return output
|
118 |
#return response[1][0][1]
|
119 |
-
return response
|
120 |
|
121 |
|
122 |
|
|
|
116 |
|
117 |
#return output
|
118 |
#return response[1][0][1]
|
119 |
+
return response[1][0][1]
|
120 |
|
121 |
|
122 |
|