langchain/libs/community/langchain_community/chat_models
shroominic e6f0cee896
community: Async Ollama + ChatOllama (#15169)
**Description:**
Adding async methods to booth OllamaLLM and ChatOllama to enable async
streaming and async .on_llm_new_token callbacks.

**Issue:**
ChatOllama is not working in combination with an AsyncCallbackManager
because the .on_llm_new_token method is not awaited.
2023-12-26 12:08:04 -08:00
..
__init__.py community[minor]: add hf chat wrapper (#14736) 2023-12-21 12:28:30 -05:00
anthropic.py
anyscale.py
azure_openai.py community[patch]: Fix typo in class Docstring (#14982) 2023-12-20 19:03:45 -08:00
azureml_endpoint.py
baichuan.py
baidu_qianfan_endpoint.py community[patch]: make ak and sk optional in qianfan endpoint (#14835) 2023-12-20 00:49:33 -05:00
bedrock.py
cohere.py
databricks.py
ernie.py
everlyai.py
fake.py
fireworks.py docs: docstrings langchain_community update (#14889) 2023-12-19 08:58:24 -05:00
gigachat.py
google_palm.py
gpt_router.py community[minor]: rename ChatGPTRouter to GPTRouter (#14913) 2023-12-19 10:48:52 -05:00
huggingface.py community[minor]: add hf chat wrapper (#14736) 2023-12-21 12:28:30 -05:00
human.py
hunyuan.py
javelin_ai_gateway.py
jinachat.py
konko.py
litellm.py
meta.py docs: docstrings langchain_community update (#14889) 2023-12-19 08:58:24 -05:00
minimax.py
mlflow_ai_gateway.py
mlflow.py
ollama.py community: Async Ollama + ChatOllama (#15169) 2023-12-26 12:08:04 -08:00
openai.py community: Add logprobs in gen output (#14826) 2023-12-17 20:59:27 -05:00
pai_eas_endpoint.py
promptlayer_openai.py
tongyi.py docs: docstrings langchain_community update (#14889) 2023-12-19 08:58:24 -05:00
vertexai.py Add support Vertex AI Gemini uses a public image URL (#14949) 2023-12-22 13:19:09 -08:00
volcengine_maas.py docs: docstrings langchain_community update (#14889) 2023-12-19 08:58:24 -05:00
yandex.py community[patch]: Add retry logic to Yandex GPT API Calls (#14907) 2023-12-19 10:51:42 -05:00