autogpt4all
1.0.0
AutoGPT4All为您提供bash和python脚本,以设置和配置Localai Server上使用GPT4All模型运行的AutoGPT。此设置使您可以针对开源许可模型运行查询,而无需任何限制,完全免费和离线。
如果您有兴趣构建分散应用程序,请在Awesomealgorand查看我的其他回购。
git clone https://github.com/aorumbayev/autogpt4all.git
cd autogpt4all
chmod +x autogpt4all.sh
./autogpt4all.sh确保您在计算机上安装了Python。
git clone https://github.com/aorumbayev/autogpt4all.git
cd autogpt4all
python autogpt4all.py❗️请注意,此脚本主要是通过M1处理器在MacOS上测试的。它应该在Linux和Windows上使用,但尚未在这些平台上进行彻底测试。如果不是在MacOS安装git上,请在运行脚本之前先进行制作。
--custom_model_url为模型下载步骤指定自定义URL。默认情况下,脚本将使用https://gpt4all.io/models/ggml-gpt4all-l13b-snoozy.bin。
例子:
./autogpt4all.sh --custom_model_url "https://example.com/path/to/model.bin"
--uninstall通过删除Localai和Auto-GPT目录从本地机器中卸载项目。
例子:
./autogpt4all.sh --uninstall
为了回顾命令,也可以使用一个-help标志来进行bash脚本。
您可以使用类似的选项与Bash脚本:
--custom_model_url为模型下载步骤指定自定义URL。
例子:
python autogpt4all.py --custom_model_url " https://example.com/path/to/model.bin " --uninstall从本地机器卸载项目。
例子:
python autogpt4all.py --uninstall请随时为这个项目做出贡献。任何形式的贡献都将不胜感激。为了做出贡献:
麻省理工学院许可证。有关更多信息,请参见许可证。
特别感谢所有主演存储库的人❤️