langchain/libs/community/langchain_community/chat_models
Nicolas Suzor 529144649e
community[patch]: add png support for vertexai._parse_chat_history_gemini() (#14788)
- **Description:** Modify community chat model vertexai to handle png
and other image types encoded in base64
  - **Dependencies:** added `import re` but no new dependencies.

This addresses a problem where the vertexai method
_parse_chat_history_gemini() was only recognizing image uris in jpeg
format. I made a simple change to cover other extension types.
2023-12-20 00:58:39 -05:00
..
__init__.py community[minor]: rename ChatGPTRouter to GPTRouter (#14913) 2023-12-19 10:48:52 -05:00
anthropic.py
anyscale.py
azure_openai.py
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
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 Add image support for Ollama (#14713) 2023-12-15 16:00:55 -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 community[patch]: add png support for vertexai._parse_chat_history_gemini() (#14788) 2023-12-20 00:58:39 -05: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