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