Spaces:
Running
Running
Update main.py
Browse files
main.py
CHANGED
|
@@ -24,7 +24,7 @@ generate_content_config = types.GenerateContentConfig(
|
|
| 24 |
)
|
| 25 |
|
| 26 |
# Initialize the model
|
| 27 |
-
model_name = "gemini-
|
| 28 |
|
| 29 |
|
| 30 |
@app.route("/")
|
|
|
|
| 24 |
)
|
| 25 |
|
| 26 |
# Initialize the model
|
| 27 |
+
model_name = "gemini-3-flash-preview"
|
| 28 |
|
| 29 |
|
| 30 |
@app.route("/")
|