Tejas1020 commited on
Commit
a5f94dd
·
verified ·
1 Parent(s): 599299b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -19,7 +19,8 @@ embeddings = GoogleGenerativeAIEmbeddings(
19
 
20
  # llm
21
  llm = ChatGoogleGenerativeAI(
22
- model = "gemini-1.5-pro",
 
23
  temperature = 0.7,
24
  )
25
 
 
19
 
20
  # llm
21
  llm = ChatGoogleGenerativeAI(
22
+ # model = "gemini-1.5-pro",
23
+ model = "Gemini 2.0 Flash",
24
  temperature = 0.7,
25
  )
26