Skip to content
This repository was archived by the owner on Jun 3, 2026. It is now read-only.

Commit 9248d51

Browse files
Update src/agents/summarizer.py
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
1 parent 206c45d commit 9248d51

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/agents/summarizer.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,10 @@ def _detect_provider(self) -> str:
8484
"ChatGoogleGenerativeAI": "gemini",
8585
"ChatGroq": "groq",
8686
"OllamaLLM": "ollama",
87+
"ChatOllama": "ollama",
8788
"ChatBedrock": "bedrock",
89+
"ChatDeepSeek": "deepseek",
90+
"ChatMimo": "mimo",
8891
}
8992

9093
for class_name, provider in provider_map.items():

0 commit comments

Comments
 (0)