Files
langchain/langchain
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
..
2023-06-16 11:52:56 -07:00
2023-06-16 16:21:01 -07:00
2023-06-15 11:24:11 -07:00
2023-06-15 11:24:11 -07:00
2023-06-16 11:52:56 -07:00
2023-06-12 22:45:24 -07:00
2023-06-11 15:51:28 -07:00
2023-05-17 01:28:43 +00:00
2023-06-11 15:51:28 -07:00
2023-06-08 21:15:14 -07:00
2023-06-03 16:48:48 -07:00
2022-11-12 11:22:32 -08:00
2023-06-13 18:51:01 -07:00
2023-02-20 21:15:45 -08:00