dav74 commited on
Commit
358b9ae
·
verified ·
1 Parent(s): bfcc18f

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, api_key=GOOGLE_API_KEY)
23
 
24
 
25
  prompt_aide = PromptTemplate.from_template(
 
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(