Skip to content

Commit

Permalink
Merge pull request #233 from bolna-ai/fix/vllm
Browse files Browse the repository at this point in the history
fix vllm to use litellm
  • Loading branch information
marmikcfc committed Jun 6, 2024
2 parents 7a98e85 + db6fb26 commit d98aaea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bolna/providers.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
'fireworks': LiteLLM,
'azure-openai': LiteLLM,
'perplexity': LiteLLM,
'vllm': OpenAiLLM,
'vllm': LiteLLM,
'anyscale': LiteLLM,
'custom': OpenAiLLM,
'ola': OpenAiLLM,
Expand Down

0 comments on commit d98aaea

Please sign in to comment.