mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
chore(core,langchain,openai): refresh stale OpenAI model references (#37487)
This commit is contained in:
@@ -105,7 +105,7 @@ class ChatOpenRouter(BaseChatModel):
|
||||
|
||||
| Param | Type | Description |
|
||||
| ----- | ---- | ----------- |
|
||||
| `model` | `str` | Model name, e.g. `'openai/gpt-4o-mini'`. |
|
||||
| `model` | `str` | Model name |
|
||||
| `temperature` | `float | None` | Sampling temperature. |
|
||||
| `max_tokens` | `int | None` | Max tokens to generate. |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user