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請隨時為這個項目做出貢獻。任何形式的貢獻都將不勝感激。為了做出貢獻:
麻省理工學院許可證。有關更多信息,請參見許可證。
特別感謝所有主演存儲庫的人❤️