WIP: Gemini Code progress on #976

Automated salvage commit — agent session ended (exit 124).
Work in progress, may need continuation.
This commit is contained in:
Alexander Whitestone
2026-03-23 15:26:23 -04:00
parent 3e31cafa83
commit b54b8e5dda

View File

@@ -218,7 +218,7 @@ class Settings(BaseSettings):
# Skip loading heavy embedding models (for tests / low-memory envs).
timmy_skip_embeddings: bool = False
# Embedding backend: "ollama" for Ollama, "local" for sentence-transformers.
timmy_embedding_backend: Literal["ollama", "local"] = "local"
timmy_embedding_backend: Literal["ollama", "local"] = "ollama"
# Ollama model to use for embeddings (e.g., "nomic-embed-text").
ollama_embedding_model: str = "nomic-embed-text"
# Disable CSRF middleware entirely (for tests).