NCTCMumbai commited on
Commit
fa747cc
·
verified ·
1 Parent(s): fe35252

Update backend/query_llm.py

Browse files
Files changed (1) hide show
  1. 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