Tejas1020 commited on
Commit
0a52bcb
·
verified ·
1 Parent(s): ce3d282

Update app.py

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