From e2403ca64ca698a87f8eb30cd1cdafe012d02e03 Mon Sep 17 00:00:00 2001 From: Prateek Sachan Date: Tue, 28 Jan 2025 01:05:37 +0530 Subject: [PATCH] adding support for Deepseek --- bolna/providers.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bolna/providers.py b/bolna/providers.py index 84cc348..afd7bbd 100644 --- a/bolna/providers.py +++ b/bolna/providers.py @@ -42,6 +42,7 @@ 'ola': OpenAiLLM, 'groq': LiteLLM, 'anthropic': LiteLLM, + 'deepseek': LiteLLM, 'azure': LiteLLM #Backwards compatibility } SUPPORTED_INPUT_HANDLERS = {