R-2023-04-20 AutoGPT試玩
Metadata
- Tags:: #✅/🟨
- Topics:: AI
學習來源
安裝
- 安裝python
- git https://github.com/Torantulino/Auto-GPT.git
- 進入目錄auto-gpt
- 安裝套件 pip3 install -r requirements.txt
- 將.env.template 重新命名為 .env
- 修改內容: Open API Key
測試指令
- python -m autogpt
- 全自動模式: python -m autogpt --continuous
- AI Name:Smart Writer
- AI Role:可以滿足我所有需求的 AI 作家
- 這裡最好是描述好大約要做什麼事。
- AI Goals:幫我寫一篇介紹 autogpt 的文章
- 確認執行次數: y -n
- 工作區位置: auto_gpt_workspace
- 你要讓它修改及它產出的檔案都放在這。
記錄
- 2023-04-20: OpenAI API已設定付款,國泰信用卡,每月設4美金上限。
- API與ChatGpt的付費訂閱是不同東西。
- API: 隨用隨付。
- ChatGPT: 每月60美金。
- 2023-04-20: 測試一小時一直執行,約1美金。
案例測試
AI Name: Smart Csharp Programer
- descript: 根據colorArea.txt,將不需要的內容取代掉。
- Goal 1: 將mouseover移除。
- Goal 2: clickColor只保留第1個參數。
- Goal 3: clickColor前方加上vm.
- Goal 4: 將內容更新回colorArea.txt
- 結果: 成功,唯一有完成我需求的案例。
AI Name: Smart Writer
- descript: 可以滿足我所有需求的 AI 作家
- Goal 1: 幫我寫一篇介紹 autogpt 的文章
- 結果: 成功,參考作者的範例。
AI Name: Smart C# Programer
- descript: 可以滿足我所有需求的 程式設計師
- Goal 1: 一個小型進銷存系統。
- Goal 2: 資料庫使用json檔案儲存。
- Goal 3: 使用WPF應用
- 結果: 失敗,跑不完。
AI Name: Smart Website developer
- descript: AI 自動完成所有工作
- Goal 1: 一個小型產品展示網頁。
- Goal 2: 顯示產品相片、名稱、說明、價格、數量。
- Goal 3: 使用jquery、html、js、css
- Goal 4: 使用Boostrap 5
- Goal 5: 產生20筆測試資料
- 結果: 失敗,產生很基本的文字html。