miurla / babyagi-ui

BabyAGI UI is designed to make it easier to run and develop with babyagi in a web app, like a ChatGPT.
https://babyagi-ui.vercel.app
MIT License
1.32k stars 281 forks source link

Support local LLMs #35

Open miurla opened 1 year ago

miurla commented 1 year ago

Adding Local LLMs as a Model Option.

React framework: https://github.com/r2d4/react-llm

sprinteroz commented 1 year ago

Hi very interesting just wondering if are you planning to build a UI for the hooks, so it can be integrated into Babyagi-ui?

miurla commented 1 year ago

I plan to start working on OpenSource model support from the API. https://github.com/miurla/babyagi-ui/issues/139

What kind of integration do you want?
 I'd like to know more details.

SEVENID commented 1 year ago

How about https://github.com/oobabooga/text-generation-webui api support?

miurla commented 1 year ago

@SEVENID text-generation-webui seems easy to connect via API, which is nice. 👍 However, the need for the user to install it’s a bit of a drawback.