Spaces:
Sleeping
Sleeping
bobsbimal58
commited on
Commit
·
6c064fd
1
Parent(s):
f7a298d
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ from htmlTemplates import css, bot_template, user_template
|
|
14 |
from langchain.memory import ConversationBufferMemory
|
15 |
from langchain.chains import ConversationalRetrievalChain
|
16 |
import langchain
|
17 |
-
from
|
18 |
|
19 |
langchain.verbose = False
|
20 |
if not load_dotenv():
|
|
|
14 |
from langchain.memory import ConversationBufferMemory
|
15 |
from langchain.chains import ConversationalRetrievalChain
|
16 |
import langchain
|
17 |
+
from pydantic.v1 import BaseSettings
|
18 |
|
19 |
langchain.verbose = False
|
20 |
if not load_dotenv():
|