Shyamnath commited on
Commit
c9b55f8
·
verified ·
1 Parent(s): 64c2280

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-1.5-pro")
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