SuperAGI icon indicating copy to clipboard operation
SuperAGI copied to clipboard

Local LLM install and use

Open gitihobo opened this issue 1 year ago • 7 comments

I'm a noob to AI. how do we install SuperAGI in anaconda env and use a free local llm instead of an api key?

gitihobo avatar Jun 18 '23 07:06 gitihobo

Hello, I am just a fellow user of this project. Most AI projects I am following actually go with an anaconda env as you indicated, some offer docker additionally. The developers of this project have opted to go the docker route.

Just as you are, I am mainly interested in using a free local llm with an agent. There is an initial integration of a dockerized Oobabooga installation that has recently been merged, but it needs further work for the interoperability: https://github.com/TransformerOptimus/SuperAGI/issues/289#issuecomment-1590575100_ While I love Oobabooga and I can see that using a dockerized version simplifies things, I would prefer having a separate installation and just use the API Oobabooga offers and point to that at SuperAGI.

atxcowboy avatar Jun 18 '23 11:06 atxcowboy

I would also prefer anaconda vs a full docker image

sirus20x6 avatar Aug 10 '23 16:08 sirus20x6

hopefully someone listens to our plea guys

gitihobo avatar Aug 12 '23 00:08 gitihobo

It finally happened? Awesome! How do we apply it?

gitihobo avatar Oct 03 '23 05:10 gitihobo

@gitihobo Sorry for the confusion, closed the issue by mistake. It is part of our next release and will be announced soon to the public

coder5492 avatar Oct 03 '23 06:10 coder5492

local llms is already released you can follow the steps explained in this video to run your models with superagi after setting up run this command: docker compose -f docker-compose-gpu.yml up --build

rounak610 avatar Jan 13 '24 06:01 rounak610

any possibility of adding connecting to api running on my machine without using a docker? Would like to use my existing textgenwebui or koboldAI projects

NikolaT0mic avatar Feb 06 '24 18:02 NikolaT0mic