Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -67,7 +67,7 @@ def load_pdf(file_path):
|
|
| 67 |
return VectorStore
|
| 68 |
|
| 69 |
def load_chatbot():
|
| 70 |
-
return load_qa_chain(llm=OpenAI(temperature=0.1, max_tokens=
|
| 71 |
|
| 72 |
|
| 73 |
def display_chat_history(chat_history):
|
|
|
|
| 67 |
return VectorStore
|
| 68 |
|
| 69 |
def load_chatbot():
|
| 70 |
+
return load_qa_chain(llm=OpenAI(temperature=0.1, max_tokens=120), chain_type="stuff")
|
| 71 |
|
| 72 |
|
| 73 |
def display_chat_history(chat_history):
|