Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
|
|
2 |
|
3 |
from streamlit_chat import message
|
4 |
# from langchain.llms import OpenAI #This import has been replaced by the below import please
|
5 |
-
from
|
6 |
from langchain.chains import ConversationChain
|
7 |
from langchain.chains.conversation.memory import (ConversationBufferMemory,
|
8 |
ConversationSummaryMemory,
|
|
|
2 |
|
3 |
from streamlit_chat import message
|
4 |
# from langchain.llms import OpenAI #This import has been replaced by the below import please
|
5 |
+
from langchain_groq import ChatGroq
|
6 |
from langchain.chains import ConversationChain
|
7 |
from langchain.chains.conversation.memory import (ConversationBufferMemory,
|
8 |
ConversationSummaryMemory,
|