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