mirror of
https://github.com/hwchase17/langchain
synced 2024-11-10 01:10:59 +00:00
529144649e
- **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. |
||
---|---|---|
.. | ||
__init__.py | ||
anthropic.py | ||
anyscale.py | ||
azure_openai.py | ||
azureml_endpoint.py | ||
baichuan.py | ||
baidu_qianfan_endpoint.py | ||
bedrock.py | ||
cohere.py | ||
databricks.py | ||
ernie.py | ||
everlyai.py | ||
fake.py | ||
fireworks.py | ||
gigachat.py | ||
google_palm.py | ||
gpt_router.py | ||
human.py | ||
hunyuan.py | ||
javelin_ai_gateway.py | ||
jinachat.py | ||
konko.py | ||
litellm.py | ||
meta.py | ||
minimax.py | ||
mlflow_ai_gateway.py | ||
mlflow.py | ||
ollama.py | ||
openai.py | ||
pai_eas_endpoint.py | ||
promptlayer_openai.py | ||
tongyi.py | ||
vertexai.py | ||
volcengine_maas.py | ||
yandex.py |