Skip to content

Commit

Permalink
Merge pull request #112 from bolna-ai/deepseek-support
Browse files Browse the repository at this point in the history
adding support for Deepseek
  • Loading branch information
prateeksachan authored Jan 27, 2025
2 parents 1e70643 + 5675895 commit 10fa26e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bolna/providers.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
'ola': OpenAiLLM,
'groq': LiteLLM,
'anthropic': LiteLLM,
'deepseek': LiteLLM,
'azure': LiteLLM #Backwards compatibility
}
SUPPORTED_INPUT_HANDLERS = {
Expand Down

0 comments on commit 10fa26e

Please sign in to comment.