mgokg commited on
Commit
05803cc
·
verified ·
1 Parent(s): 11b0a8c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ def generate_with_history(input_text, history):
34
 
35
  try:
36
  response = client_genai.models.generate_content(
37
- model="gemini-2.0-flash-001",
38
  contents=contents,
39
  config=config,
40
  )
 
34
 
35
  try:
36
  response = client_genai.models.generate_content(
37
+ model="gemini-flash-lite-latest",
38
  contents=contents,
39
  config=config,
40
  )