devve1 commited on
Commit
854bce1
1 Parent(s): f113306

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -160,7 +160,7 @@ def main(query: str, client: QdrantClient, collection_name: str, llm, dense_mode
160
  ], temperature=0.7, max_tokens=3000)
161
 
162
  answer = output['choices'][0]['message']['content']
163
- answer_with_metadatas = f"{answer}\n\nSource(s) :\n{result_metadatas}"
164
 
165
  print(f'OUTPUT: {output}')
166
 
 
160
  ], temperature=0.7, max_tokens=3000)
161
 
162
  answer = output['choices'][0]['message']['content']
163
+ answer_with_metadatas = f"{answer}\n\n\nSource(s) :\n\n{result_metadatas}"
164
 
165
  print(f'OUTPUT: {output}')
166