Skip to content

Commit cd9d512

Browse files
authored
Update default gemini model version to 3.1-flash-lite-preview
1 parent 842906f commit cd9d512

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

llm-cloud-run/common/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class Settings:
3737
snippet_chars: int = int(_env("RAG_SNIPPET_CHARS", "800") or "800")
3838

3939
# LLM + Embeddings
40-
gemini_model: str = _env("GEMINI_MODEL", "gemini-2.5-flash-lite") or "gemini-2.5-flash-lite"
40+
gemini_model: str = _env("GEMINI_MODEL", "gemini-3.1-flash-lite-preview") or "gemini-3.1-flash-lite-preview"
4141
embedding_model: str = _env("EMBEDDING_MODEL", "text-embedding-005") or "text-embedding-005"
4242

4343
# Optional: cap how many notes to load into memory cache

0 commit comments

Comments
 (0)