Update app.py
Browse files
app.py
CHANGED
|
@@ -33,7 +33,7 @@ def generate(input_text):
|
|
| 33 |
api_key=os.environ.get("GEMINI_API_KEY"),
|
| 34 |
)
|
| 35 |
|
| 36 |
-
model = "gemini-
|
| 37 |
contents = [
|
| 38 |
types.Content(
|
| 39 |
role="user",
|
|
|
|
| 33 |
api_key=os.environ.get("GEMINI_API_KEY"),
|
| 34 |
)
|
| 35 |
|
| 36 |
+
model = "gemini-flash-latest"
|
| 37 |
contents = [
|
| 38 |
types.Content(
|
| 39 |
role="user",
|