community[minor]: Add LiteLLM Router Integration (#15588)

community:

  - **Description:**
- Add new ChatLiteLLMRouter class that allows a client to use a LiteLLM
Router as a LangChain chat model.
- Note: The existing ChatLiteLLM integration did not cover the LiteLLM
Router class.
    - Add tests and Jupyter notebook.
  - **Issue:** None
  - **Dependencies:** Relies on existing ChatLiteLLM integration
  - **Twitter handle:** @bburgin_0

---------

Co-authored-by: Bagatur <baskaryan@gmail.com>
This commit is contained in:
Brian Burgin
2024-01-25 13:03:05 -06:00
committed by GitHub
parent 35e60728b7
commit 148347e858
5 changed files with 768 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ EXPECTED_ALL = [
"MiniMaxChat",
"ChatAnyscale",
"ChatLiteLLM",
"ChatLiteLLMRouter",
"ErnieBotChat",
"ChatJavelinAIGateway",
"ChatKonko",