faizee07 commited on
Commit
04f9dad
·
verified ·
1 Parent(s): 90fb0f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ from langchain_google_genai import ChatGoogleGenerativeAI
8
 
9
  # --- 1. SET UP THE GEMINI LLM ---
10
  try:
11
- llm = ChatGoogleGenerativeAI(model="gemini-1.5-flash",
12
  verbose=True,
13
  temperature=0.6,
14
  google_api_key=os.environ.get("GOOGLE_API_KEY"))
 
8
 
9
  # --- 1. SET UP THE GEMINI LLM ---
10
  try:
11
+ llm = ChatGoogleGenerativeAI(model="gemini-2.5-flash",
12
  verbose=True,
13
  temperature=0.6,
14
  google_api_key=os.environ.get("GOOGLE_API_KEY"))