mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-28 15:00:23 +00:00
improve description of JinaChat (#7397)
very small doc string change in the `JinaChat` class.
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user