Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ from langchain_core.prompts import PromptTemplate
|
|
8 |
os.environ["GOOGLE_API_KEY"] = "AIzaSyDSorjiEVV2KCWelkDLFxQsju3KDQOF344" # Replace with actual API key
|
9 |
|
10 |
# Initialize the LLM
|
11 |
-
llm = ChatGoogleGenerativeAI(model="gemini-
|
12 |
|
13 |
# Placeholder for agent and dataframe
|
14 |
agent = None
|
|
|
8 |
os.environ["GOOGLE_API_KEY"] = "AIzaSyDSorjiEVV2KCWelkDLFxQsju3KDQOF344" # Replace with actual API key
|
9 |
|
10 |
# Initialize the LLM
|
11 |
+
llm = ChatGoogleGenerativeAI(model="gemini-2.0-flash")
|
12 |
|
13 |
# Placeholder for agent and dataframe
|
14 |
agent = None
|