mirror of
https://github.com/hwchase17/langchain.git
synced 2026-04-10 22:43:18 +00:00
docs(langchain): add missing baseten and litellm to init_chat_model (#36562)
The `init_chat_model` docstring lists supported `model_provider` values, but `baseten` and `litellm` were missing despite both being present in `_BUILTIN_PROVIDERS` since they were added. This adds the two missing entries to keep the docstring in sync with the registry.
This commit is contained in:
@@ -285,6 +285,8 @@ def init_chat_model(
|
||||
- `openrouter` -> [`langchain-openrouter`](https://docs.langchain.com/oss/python/integrations/providers/openrouter)
|
||||
- `perplexity` -> [`langchain-perplexity`](https://docs.langchain.com/oss/python/integrations/providers/perplexity)
|
||||
- `upstage` -> [`langchain-upstage`](https://docs.langchain.com/oss/python/integrations/providers/upstage)
|
||||
- `baseten` -> [`langchain-baseten`](https://docs.langchain.com/oss/python/integrations/providers/baseten)
|
||||
- `litellm` -> [`langchain-litellm`](https://docs.langchain.com/oss/python/integrations/providers/litellm)
|
||||
|
||||
configurable_fields: Which model parameters are configurable at runtime:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user