Ismetdh commited on
Commit
dbe7ab0
·
verified ·
1 Parent(s): 330a910

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -75,7 +75,7 @@ class Config:
75
  "You are a helpful assistant. Answer the question using the provided context below. "
76
  "Answer based on your knowledge if the context given is not enough."
77
  )
78
- GENERATION_MODEL = "models/gemini-1.5-flash"
79
 
80
  API_KEY = os.getenv("GOOGLE_API_KEY")
81
  if not API_KEY:
 
75
  "You are a helpful assistant. Answer the question using the provided context below. "
76
  "Answer based on your knowledge if the context given is not enough."
77
  )
78
+ GENERATION_MODEL = "models/gemini-2.5-flash-lite"
79
 
80
  API_KEY = os.getenv("GOOGLE_API_KEY")
81
  if not API_KEY: