Spaces:
Runtime error
Runtime error
Commit
·
6aa5a94
1
Parent(s):
e96b7ee
Update app.py
Browse files
app.py
CHANGED
@@ -162,7 +162,7 @@ def question_answer(url, files, question, openAI_key):
|
|
162 |
return generate_answer(question, openAI_key)
|
163 |
|
164 |
recommender = SemanticSearch()
|
165 |
-
title = 'PDF GPT'
|
166 |
|
167 |
description = """ PDF GPT allows you to chat with your PDF file using Universal Sentence Encoder and Open AI. It gives hallucination free response than other tools as the embeddings are better than OpenAI. The returned response can even cite the page number and file name in square brackets([]) where the information is located, adding credibility to the responses and helping to locate pertinent information quickly."""
|
168 |
|
|
|
162 |
return generate_answer(question, openAI_key)
|
163 |
|
164 |
recommender = SemanticSearch()
|
165 |
+
title = 'PDF GPT (Sandbox)'
|
166 |
|
167 |
description = """ PDF GPT allows you to chat with your PDF file using Universal Sentence Encoder and Open AI. It gives hallucination free response than other tools as the embeddings are better than OpenAI. The returned response can even cite the page number and file name in square brackets([]) where the information is located, adding credibility to the responses and helping to locate pertinent information quickly."""
|
168 |
|