mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
style: more refs work (#33616)
This commit is contained in:
@@ -446,7 +446,7 @@ def _convert_message_to_mistral_chat_message(
|
||||
|
||||
|
||||
class ChatMistralAI(BaseChatModel):
|
||||
"""A chat model that uses the MistralAI API."""
|
||||
"""A chat model that uses the Mistral AI API."""
|
||||
|
||||
# The type for client and async_client is ignored because the type is not
|
||||
# an Optional after the model is initialized and the model_validator
|
||||
|
||||
Reference in New Issue
Block a user