chore(core,langchain,openai): refresh stale OpenAI model references (#37487)

This commit is contained in:
Mason Daugherty
2026-05-17 23:06:42 -07:00
committed by GitHub
parent 73d4fd98c2
commit 6c091564ac
21 changed files with 73 additions and 97 deletions

View File

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