kurtosis-tech/autogpt-package

Add gpt4all support / Add autogpt4all script packaging?

zudsniper opened this issue · 3 comments

nomic-ai/gpt4all has quickly been rising in popularity as an alternative to OpenAI's GPT models that can be run entirely locally, using various generative pre-trained transformer model types, as described in detail in the aforementioned repository's README.md.

fortunately, another github user already created aorumbayev/autogpt4all, which is a bash script allowing the use of gpt4all models with autogpt through a go-skynet/LocalAI server, as described on the repository. Perhaps you guys at the Kurtosis would consider building a *-package repository for this script as well.

I wanted to mention this as I really like Kurtosis, but currently I can't accomplish what I mean to do with it, as I do not have a GPT4 API key.

hopefully you consider this!
be well

Hey @zudsniper! Thank you for your kind words. This seems interesting and it looks like something we can support. Something that comes to mind is that with Kurtosis we'll have to download the 3GB model every time you do a new kurtosis run. Is that acceptable to you?

I have added support for what you asked for you can try it using

kurtosis run github.com/kurtosis-tech/autogpt-package  '{"GPT_4ALL": true}'

For different model https://github.com/kurtosis-tech/autogpt-package/tree/main#run-without-openai

I have added support for what you asked for you can try it using

kurtosis run github.com/kurtosis-tech/autogpt-package  '{"GPT_4ALL": true}'

For different model https://github.com/kurtosis-tech/autogpt-package/tree/main#run-without-openai

Wow, thank you! I'm super impressed with you kurtosis in terms of staying on top of all this stuff.

Be well