Skip to content

Commit e2403ca

Browse files
committed
adding support for Deepseek
1 parent 19bcbc3 commit e2403ca

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)