langchain/libs/community/langchain_community/chat_models
kYLe c9999557bf
community[patch]: Modify LLMs/Anyscale work with OpenAI API v1 (#14206)
<!-- Thank you for contributing to LangChain!

Replace this entire comment with:
  - **Description:** a description of the change, 
  - **Issue:** the issue # it fixes (if applicable),
  - **Dependencies:** any dependencies required for this change,
- **Tag maintainer:** for a quicker response, tag the relevant
maintainer (see below),
- **Twitter handle:** we announce bigger features on Twitter. If your PR
gets announced, and you'd like a mention, we'll gladly shout you out!

Please make sure your PR is passing linting and testing before
submitting. Run `make format`, `make lint` and `make test` to check this
locally.

See contribution guidelines for more information on how to write/run
tests, lint, etc:

https://github.com/langchain-ai/langchain/blob/master/.github/CONTRIBUTING.md

If you're adding a new integration, please include:
1. a test for the integration, preferably unit tests that do not rely on
network access,
2. an example notebook showing its use. It lives in `docs/extras`
directory.

If no one reviews your PR within a few days, please @-mention one of
@baskaryan, @eyurtsev, @hwchase17.
 -->
- **Description:** 
1. Modify LLMs/Anyscale to work with OAI v1
2. Get rid of openai_ prefixed variables in Chat_model/ChatAnyscale
3. Modify `anyscale_api_base` to `anyscale_base_url` to follow OAI name
convention (reverted)

---------

Co-authored-by: Erick Friis <erick@langchain.dev>
2024-02-09 15:11:18 -08:00
..
__init__.py community[minor]: Add LiteLLM Router Integration (#15588) 2024-01-25 11:03:05 -08:00
anthropic.py [community] fix anthropic streaming (#16682) 2024-01-27 15:16:22 -08:00
anyscale.py community[patch]: Modify LLMs/Anyscale work with OpenAI API v1 (#14206) 2024-02-09 15:11:18 -08:00
azure_openai.py community[patch]: more deprecations (#15782) 2024-01-09 20:36:16 -08:00
azureml_endpoint.py community[patch]: docstrings (#16810) 2024-02-09 12:48:57 -08:00
baichuan.py community: Fix Baichuan Chat. (#15207) 2024-01-23 17:01:57 -08:00
baidu_qianfan_endpoint.py community[patch]: fix qianfan chat stream calling caused exception (#13800) 2024-01-09 15:29:25 -08:00
bedrock.py community[patch]: BedrockChat -> Support Titan express as chat model (#15408) 2024-01-22 11:37:23 -08:00
cohere.py docs: update cohere chat integration (#15562) 2024-01-05 16:33:29 -08:00
databricks.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
deepinfra.py community[patch]: docstrings (#16810) 2024-02-09 12:48:57 -08:00
edenai.py community[patch]: chat model mypy fixes (#17061) 2024-02-05 13:42:59 -08:00
ernie.py community[patch]: chat model mypy fixes (#17061) 2024-02-05 13:42:59 -08:00
everlyai.py Do not issue beta or deprecation warnings on internal calls (#15641) 2024-01-07 20:54:45 -08:00
fake.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
fireworks.py docs: docstrings langchain_community update (#14889) 2023-12-19 08:58:24 -05:00
gigachat.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
google_palm.py Refactor: use SecretStr for palm chat-model (#15100) 2024-01-01 15:21:41 -08:00
gpt_router.py community[patch]: docstrings (#16810) 2024-02-09 12:48:57 -08:00
huggingface.py community[patch]: chat model mypy fixes (#17061) 2024-02-05 13:42:59 -08:00
human.py Propagate context vars in all classes/methods 2023-12-29 12:34:03 -08:00
hunyuan.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
javelin_ai_gateway.py community[patch]: chat model mypy fixes (#17061) 2024-02-05 13:42:59 -08:00
jinachat.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
konko.py community[patch]: chat model mypy fixes (#17061) 2024-02-05 13:42:59 -08:00
litellm_router.py community[minor]: Add LiteLLM Router Integration (#15588) 2024-01-25 11:03:05 -08:00
litellm.py community[patch]: Fix error message when litellm is not installed (#16316) 2024-01-23 21:42:29 -08:00
llama_edge.py feat: Implement stream interface (#15875) 2024-01-11 21:32:48 -08:00
meta.py docs: docstrings langchain_community update (#14889) 2023-12-19 08:58:24 -05:00
minimax.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 2023-12-11 13:53:30 -08:00
mlflow_ai_gateway.py community[patch]: chat model mypy fixes (#17061) 2024-02-05 13:42:59 -08:00
mlflow.py Propagate context vars in all classes/methods 2023-12-29 12:34:03 -08:00
ollama.py community[patch]: chat model mypy fixes (#17061) 2024-02-05 13:42:59 -08:00
openai.py community[patch]: chat model mypy fixes (#17061) 2024-02-05 13:42:59 -08:00
pai_eas_endpoint.py Propagate context vars in all classes/methods 2023-12-29 12:34:03 -08:00
promptlayer_openai.py Do not issue beta or deprecation warnings on internal calls (#15641) 2024-01-07 20:54:45 -08:00
sparkllm.py community[minor]: Add iFlyTek Spark LLM chat model support (#13389) 2024-01-23 19:23:46 -08:00
tongyi.py community[patch]: chat model mypy fixes (#17061) 2024-02-05 13:42:59 -08:00
vertexai.py community[patch]: chat model mypy fixes (#17061) 2024-02-05 13:42:59 -08:00
volcengine_maas.py community[patch]: docstrings (#16810) 2024-02-09 12:48:57 -08:00
yandex.py community[patch]: chat model mypy fixes (#17061) 2024-02-05 13:42:59 -08:00
zhipuai.py community[patch]: docstrings (#16810) 2024-02-09 12:48:57 -08:00