Skip to content

Commit

Permalink
adding anthropic
Browse files Browse the repository at this point in the history
  • Loading branch information
prateeksachan committed Jun 21, 2024
1 parent 7b5fb16 commit d2fd289
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 2 additions & 1 deletion bolna/providers.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
'anyscale': LiteLLM,
'custom': OpenAiLLM,
'ola': OpenAiLLM,
'groq': LiteLLM
'groq': LiteLLM,
'anthropic': LiteLLM
}
SUPPORTED_INPUT_HANDLERS = {
'default': DefaultInputHandler,
Expand Down
5 changes: 2 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
aiobotocore==2.9.0
aiofiles==23.2.1
aiohttp==3.9.1
daily-python==0.9.1
fastapi==0.108.0
fastembed==0.2.7
litellm>=1.15
litellm==1.40.20
numpy==1.26.1
openai==1.10.0
pydantic==2.5.3
Expand All @@ -24,5 +25,3 @@ huggingface-hub
semantic-router
sentence_transformers
optimum[onnxruntime]
fastapi_utilities
daily-python

0 comments on commit d2fd289

Please sign in to comment.