mirror of
https://github.com/hwchase17/langchain
synced 2024-10-29 17:07:25 +00:00
caa8e4742e
* Support a callback `on_llm_new_token` that users can implement when `OpenAI.streaming` is set to `True`
20 lines
591 B
ReStructuredText
20 lines
591 B
ReStructuredText
How-To Guides
|
|
=============
|
|
|
|
The examples here all address certain "how-to" guides for working with LLMs.
|
|
They are split into two categories:
|
|
|
|
|
|
1. `Generic Functionality <./generic_how_to.html>`_: Covering generic functionality all LLMs should have.
|
|
2. `Integrations <./integrations.html>`_: Covering integrations with various LLM providers.
|
|
3. `Asynchronous <./async_llm.html>`_: Covering asynchronous functionality.
|
|
4. `Streaming <./streaming_llm.html>`_: Covering streaming functionality.
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
:glob:
|
|
:hidden:
|
|
|
|
./generic_how_to.rst
|
|
./integrations.rst
|