We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 842906f commit cd9d512Copy full SHA for cd9d512
1 file changed
llm-cloud-run/common/config.py
@@ -37,7 +37,7 @@ class Settings:
37
snippet_chars: int = int(_env("RAG_SNIPPET_CHARS", "800") or "800")
38
39
# LLM + Embeddings
40
- gemini_model: str = _env("GEMINI_MODEL", "gemini-2.5-flash-lite") or "gemini-2.5-flash-lite"
+ gemini_model: str = _env("GEMINI_MODEL", "gemini-3.1-flash-lite-preview") or "gemini-3.1-flash-lite-preview"
41
embedding_model: str = _env("EMBEDDING_MODEL", "text-embedding-005") or "text-embedding-005"
42
43
# Optional: cap how many notes to load into memory cache
0 commit comments