mirror of
https://github.com/hwchase17/langchain.git
synced 2026-03-18 11:07:36 +00:00
typo
This commit is contained in:
@@ -551,7 +551,7 @@ class BaseChatOpenAI(BaseChatModel):
|
||||
Enabled for default base URL and client.
|
||||
"""
|
||||
model_provider: str | None = "openai"
|
||||
"""THe model provider name (openai)."""
|
||||
"""The model provider name (openai)."""
|
||||
max_retries: int | None = None
|
||||
"""Maximum number of retries to make when generating."""
|
||||
presence_penalty: float | None = None
|
||||
|
||||
Reference in New Issue
Block a user