A list of strings to stop generation when encountered.
Text generation models from WebUI.
To use, you should have the text-generation-webui installed, a model loaded, and --api added as a command-line option.
Suggested installation, use one-click installer for your OS: https://github.com/oobabooga/text-generation-webui#one-click-installers
Parameters below taken from text-generation-webui api example: https://github.com/oobabooga/text-generation-webui/blob/main/api-examples/api-example.py
Example:
.. code-block:: python
from langchain_community.llms import TextGen llm = TextGen(model_url="http://localhost:8500")