Skip to content

Commit 10fa26e

Browse files
Merge pull request #112 from bolna-ai/deepseek-support
adding support for Deepseek
2 parents 1e70643 + 5675895 commit 10fa26e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

bolna/providers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
'ola': OpenAiLLM,
4343
'groq': LiteLLM,
4444
'anthropic': LiteLLM,
45+
'deepseek': LiteLLM,
4546
'azure': LiteLLM #Backwards compatibility
4647
}
4748
SUPPORTED_INPUT_HANDLERS = {

0 commit comments

Comments
 (0)