langchain/docs
lonestriker 6f36f0f930
Add oobabooga/text-generation-webui support as a llm (#5997)
Add oobabooga/text-generation-webui support as an LLM. Currently,
supports using text-generation-webui's non-streaming API interface.
Allows users who already have text-gen running to use the same models
with langchain.

#### Before submitting

Simple usage, similar to existing LLM supported:

```
from langchain.llms import TextGen
llm = TextGen(model_url = "http://localhost:5000")
```
#### Who can review?

 @hwchase17 - project lead

---------

Co-authored-by: Hien Ngo <Hien.Ngo@adia.ae>
2023-06-17 09:42:15 -07:00
..
api_reference Doc refactor (#6300) 2023-06-16 11:52:56 -07:00
docs_skeleton fix links to prompt templates and example selectors (#6332) 2023-06-17 09:07:14 -07:00
extras DocArray as a Retriever (#6031) 2023-06-17 09:09:33 -07:00
modules/models/llms/integrations Add oobabooga/text-generation-webui support as a llm (#5997) 2023-06-17 09:42:15 -07:00
snippets Doc refactor (#6300) 2023-06-16 11:52:56 -07:00
.local_build.sh Harrison/deeplake new features (#6263) 2023-06-16 17:53:55 -07:00
requirements.txt Doc refactor (#6300) 2023-06-16 11:52:56 -07:00