dav74 commited on
Commit
4288215
·
verified ·
1 Parent(s): 4a7a87f

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -19,7 +19,7 @@ create_table()
19
 
20
  GOOGLE_API_KEY = ''
21
 
22
- llm = ChatGoogleGenerativeAI(model="gemini-2.0-flash", temperature=0.7)
23
 
24
 
25
  prompt_aide = PromptTemplate.from_template(
 
19
 
20
  GOOGLE_API_KEY = ''
21
 
22
+ llm = ChatGoogleGenerativeAI(model="gemini-2.5-flash", temperature=0.7)
23
 
24
 
25
  prompt_aide = PromptTemplate.from_template(