Skip to content

Commit

Permalink
Updated the model name
Browse files Browse the repository at this point in the history
Updated the model name
  • Loading branch information
kazunori279 committed Feb 5, 2025
1 parent 77fe2c7 commit 1de5d63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gemini/sample-apps/gemini-quart-cloudrun/app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
GEMINI_API_KEY: str = os.environ.get("GEMINI_API_KEY", "")
QUART_DEBUG_MODE: bool = os.environ.get("QUART_DEBUG_MODE") == "True"

GEMINI_MODEL: str = "gemini-2.0-flash-exp"
GEMINI_MODEL: str = "gemini-2.0-flash-001"

# Gemini API Client: Use either one of the following APIs
gemini_client: Client = (
Expand Down

0 comments on commit 1de5d63

Please sign in to comment.