NCTCMumbai
commited on
Commit
•
5ddc5fd
1
Parent(s):
1a6e703
Update backend/query_llm.py
Browse files- backend/query_llm.py +2 -2
backend/query_llm.py
CHANGED
@@ -114,8 +114,8 @@ def generate_qwen(formatted_prompt: str, history: str):
|
|
114 |
)
|
115 |
print('Response:',response)
|
116 |
|
117 |
-
return output
|
118 |
-
|
119 |
|
120 |
|
121 |
|
|
|
114 |
)
|
115 |
print('Response:',response)
|
116 |
|
117 |
+
#return output
|
118 |
+
return response[1][0][1]
|
119 |
|
120 |
|
121 |
|