langchain/libs/community/langchain_community/chat_models
Sachin Paryani 25c9f3d1d1
community[patch]: Support Streaming in Azure Machine Learning (#18246)
- [x] **PR title**: "community: Support streaming in Azure ML and few
naming changes"

- [x] **PR message**:
- **Description:** Added support for streaming for azureml_endpoint.
Also, renamed and AzureMLEndpointApiType.realtime to
AzureMLEndpointApiType.dedicated. Also, added new classes
CustomOpenAIChatContentFormatter and CustomOpenAIContentFormatter and
updated the classes LlamaChatContentFormatter and LlamaContentFormatter
to now show a deprecated warning message when instantiated.

---------

Co-authored-by: Sachin Paryani <saparan@microsoft.com>
Co-authored-by: Bagatur <baskaryan@gmail.com>
2024-03-28 23:38:20 +00:00
..
__init__.py community[minor]: Prem AI langchain integration (#19113) 2024-03-26 01:37:19 +00:00
anthropic.py community[patch]: move pdf text tests to integration (#18746) 2024-03-07 10:34:22 -08:00
anyscale.py
azure_openai.py
azureml_endpoint.py community[patch]: Support Streaming in Azure Machine Learning (#18246) 2024-03-28 23:38:20 +00:00
baichuan.py
baidu_qianfan_endpoint.py community[patch]: Fix the error of Baidu Qianfan not passing the stop parameter (#18666) 2024-03-28 18:21:49 +00:00
bedrock.py community[patch]: gather token usage info in BedrockChat during generation (#19127) 2024-03-28 18:58:46 +00:00
cohere.py community[patch]: fix bug in cohere that async for a coroutine in ChatCohere (#19381) 2024-03-27 21:34:46 -07:00
dappier.py community[minor]: Dappier chat model integration (#19370) 2024-03-25 07:29:05 +00:00
databricks.py docs: fix databricks document url (#19096) 2024-03-15 22:25:11 +00:00
deepinfra.py
edenai.py
ernie.py
everlyai.py
fake.py
fireworks.py community[patch]: deprecate community fireworks (#18544) 2024-03-05 01:04:26 +00:00
friendli.py community[minor]: Integration for Friendli LLM and ChatFriendli ChatModel. (#17913) 2024-03-08 02:20:47 +00:00
gigachat.py community[minor]: Added GigaChat Embeddings support + updated previous GigaChat integration (#19516) 2024-03-25 16:08:37 -07:00
google_palm.py
gpt_router.py
huggingface.py community[patch]: chat hf typing fix (#18693) 2024-03-07 17:06:38 -08:00
human.py
hunyuan.py
javelin_ai_gateway.py
jinachat.py
kinetica.py
konko.py
litellm_router.py
litellm.py
llama_edge.py
maritalk.py community: Add model argument for maritalk models and better error handling (#19187) 2024-03-16 15:18:56 -07:00
meta.py
minimax.py
mlflow_ai_gateway.py
mlflow.py docs: fix databricks document url (#19096) 2024-03-15 22:25:11 +00:00
ollama.py
openai.py
pai_eas_endpoint.py
perplexity.py community[patch]: Invoke callback prior to yielding token (#18449) 2024-03-03 14:14:00 -08:00
premai.py community[minor]: Prem AI langchain integration (#19113) 2024-03-26 01:37:19 +00:00
promptlayer_openai.py
solar.py community[minor]: Add solar model chat model (#18556) 2024-03-28 12:31:11 -07:00
sparkllm.py community[patch]: Fix sparkllm authentication problem. (#18651) 2024-03-06 18:43:16 -08:00
tongyi.py docs: ChatTongyi example error (#19013) 2024-03-17 01:55:56 +00:00
vertexai.py
volcengine_maas.py community[patch]: add stop parameter support to volcengine maas (#19052) 2024-03-17 01:58:50 +00:00
yandex.py community[patch]: YandexGPT Use recent yandexcloud sdk version (#19341) 2024-03-25 17:05:57 -07:00
yuan2.py community[patch]: fix yuan2 chat model errors while invoke. (#19015) 2024-03-15 16:28:36 -07:00
zhipuai.py