Update app.py
Browse files
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-
|
| 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:
|