Integrates LiteLLM for Unified Access to Multiple LLM Models (#5925)
* adds litellm gateway * Fixes repeating code * Fixes error exposing * Fixes error for None text * handles logging exception * Adds multiple providers support * handling edge cases * adds new envs to instance store * strategy pattern for llm config --------- Co-authored-by: akash5100 <akashzsh08@gmail.com>
This commit is contained in:
parent
752a27a175
commit
8833e4e23b
3 changed files with 172 additions and 75 deletions
|
|
@ -37,7 +37,7 @@ uvicorn==0.29.0
|
|||
# sockets
|
||||
channels==4.1.0
|
||||
# ai
|
||||
openai==1.25.0
|
||||
litellm==1.51.0
|
||||
# slack
|
||||
slack-sdk==3.27.1
|
||||
# apm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue