We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1e70643 + 5675895 commit 10fa26eCopy full SHA for 10fa26e
1 file changed
bolna/providers.py
@@ -42,6 +42,7 @@
42
'ola': OpenAiLLM,
43
'groq': LiteLLM,
44
'anthropic': LiteLLM,
45
+ 'deepseek': LiteLLM,
46
'azure': LiteLLM #Backwards compatibility
47
}
48
SUPPORTED_INPUT_HANDLERS = {
0 commit comments