Skip to content

Commit cbacbe1

Browse files
robtaylorclaude
andcommitted
Use gemini-2.0-flash model
Gemini 1.5 models are not available through the API. Use gemini-2.0-flash for fast, capable responses. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 94254c5 commit cbacbe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chat-backend/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
GCP_LOCATION = os.getenv("GCP_LOCATION", "us-central1")
2727
GEMINI_API_KEY = os.getenv("GEMINI_API_KEY", "")
2828
EMBEDDING_MODEL = "text-embedding-005"
29-
LLM_MODEL = "gemini-1.5-flash-latest"
29+
LLM_MODEL = "gemini-2.0-flash"
3030

3131
# Allowed origins for CORS
3232
ALLOWED_ORIGINS = [

0 commit comments

Comments
 (0)