mirror of
https://github.com/hwchase17/langchain
synced 2024-11-06 03:20:49 +00:00
docs: update universal init title (#22990)
This commit is contained in:
parent
a54deba6bc
commit
158701ab3c
@ -5,7 +5,7 @@
|
|||||||
"id": "cfdf4f09-8125-4ed1-8063-6feed57da8a3",
|
"id": "cfdf4f09-8125-4ed1-8063-6feed57da8a3",
|
||||||
"metadata": {},
|
"metadata": {},
|
||||||
"source": [
|
"source": [
|
||||||
"# How to let your end users choose their model\n",
|
"# How to init any model in one line\n",
|
||||||
"\n",
|
"\n",
|
||||||
"Many LLM applications let end users specify what model provider and model they want the application to be powered by. This requires writing some logic to initialize different ChatModels based on some user configuration. The `init_chat_model()` helper method makes it easy to initialize a number of different model integrations without having to worry about import paths and class names.\n",
|
"Many LLM applications let end users specify what model provider and model they want the application to be powered by. This requires writing some logic to initialize different ChatModels based on some user configuration. The `init_chat_model()` helper method makes it easy to initialize a number of different model integrations without having to worry about import paths and class names.\n",
|
||||||
"\n",
|
"\n",
|
||||||
|
@ -79,7 +79,7 @@ These are the core building blocks you can use when building applications.
|
|||||||
- [How to: stream a response back](/docs/how_to/chat_streaming)
|
- [How to: stream a response back](/docs/how_to/chat_streaming)
|
||||||
- [How to: track token usage](/docs/how_to/chat_token_usage_tracking)
|
- [How to: track token usage](/docs/how_to/chat_token_usage_tracking)
|
||||||
- [How to: track response metadata across providers](/docs/how_to/response_metadata)
|
- [How to: track response metadata across providers](/docs/how_to/response_metadata)
|
||||||
- [How to: let your end users choose their model](/docs/how_to/chat_models_universal_init/)
|
- [How to: init any model in one line](/docs/how_to/chat_models_universal_init/)
|
||||||
|
|
||||||
### LLMs
|
### LLMs
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user