improve description of JinaChat (#7397)

very small doc string change in the `JinaChat` class.
pull/7226/head
Delgermurun 1 year ago committed by GitHub
parent 26c86a197c
commit e7420789e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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.

Loading…
Cancel
Save