Spaces:
Build error
Build error
acecalisto3
commited on
Update app2.py
Browse files
app2.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import os
|
2 |
import streamlit as st
|
3 |
from langchain_community.utilities import GoogleSearchAPIWrapper
|
4 |
-
from
|
5 |
from langchain.llms import GooglePalm
|
6 |
from langchain.chains import ConversationChain
|
7 |
from langchain.memory import ConversationBufferMemory
|
|
|
1 |
import os
|
2 |
import streamlit as st
|
3 |
from langchain_community.utilities import GoogleSearchAPIWrapper
|
4 |
+
from langchain_google_generativeai import GoogleGenerativeAI
|
5 |
from langchain.llms import GooglePalm
|
6 |
from langchain.chains import ConversationChain
|
7 |
from langchain.memory import ConversationBufferMemory
|