Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -94,7 +94,8 @@ def load_pdf(file_path):
|
|
94 |
|
95 |
|
96 |
def load_chatbot():
|
97 |
-
return load_qa_chain(llm=
|
|
|
98 |
|
99 |
|
100 |
def main():
|
|
|
94 |
|
95 |
|
96 |
def load_chatbot():
|
97 |
+
return load_qa_chain(llm=openai.ChatCompletion.create(model="gpt-3.5-turbo-16k"), chain_type="stuff")
|
98 |
+
|
99 |
|
100 |
|
101 |
def main():
|