improve description of JinaChat (#7397)

very small doc string change in the `JinaChat` class.
This commit is contained in:
Delgermurun
2023-07-08 16:57:11 +02:00
committed by GitHub
parent 26c86a197c
commit e7420789e4

View File

@@ -105,7 +105,8 @@ def _convert_message_to_dict(message: BaseMessage) -> dict:
class JinaChat(BaseChatModel):
"""Wrapper around JinaChat API.
"""JinaChat is a wrapper for Jina AI's LLM service, providing cost-effective
image chat capabilities in comparison to other LLM APIs.
To use, you should have the ``openai`` python package installed, and the
environment variable ``JINACHAT_API_KEY`` set with your API key.