Spaces:
Running
Running
Update chatbot.py
Browse files- chatbot.py +2 -0
chatbot.py
CHANGED
@@ -1,3 +1,5 @@
|
|
|
|
|
|
1 |
import os
|
2 |
from groq import Groq
|
3 |
from langchain.memory import ConversationTokenBufferMemory
|
|
|
1 |
+
import warnings
|
2 |
+
warnings.filterwarnings("ignore", category=DeprecationWarning)
|
3 |
import os
|
4 |
from groq import Groq
|
5 |
from langchain.memory import ConversationTokenBufferMemory
|