差異處

這裏顯示兩個版本的差異處。

連向這個比對檢視

兩邊的前次修訂版 前次修改
下次修改
前次修改
tech:autogpt [2023/04/16 13:18] jonathantech:autogpt [2023/04/16 13:27] (目前版本) jonathan
行 7: 行 7:
   * 更新與安裝 Ubuntu 套件<cli>   * 更新與安裝 Ubuntu 套件<cli>
 apt update && apt upgrade -y apt update && apt upgrade -y
-apt install python3-pip git -y+apt install python-is-python3 python3-pip git -y
 </cli> </cli>
   * 查看 python 版本是否高於 3.8 <cli>   * 查看 python 版本是否高於 3.8 <cli>
行 31: 行 31:
 # USE_AZURE - Use Azure OpenAI or not (Default: False) # USE_AZURE - Use Azure OpenAI or not (Default: False)
 OPENAI_API_KEY=sk-lxhrxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxzmbR OPENAI_API_KEY=sk-lxhrxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxzmbR
 +:
 +</file>
 +
 +==== 進行簡易驗證 ====
 +  * 執行 python -m autogpt 開始進行驗證<cli>
 +root@ct-autogpt:~/Auto-GPT# python -m autogpt
 +pymilvus not installed. Skipping import.
 +Warning: The file 'auto-gpt.json' does not exist.Local memory would not be saved to a file.
 +Welcome to Auto-GPT!  Enter the name of your AI and its role below. Entering nothing will load defaults.
 +Name your AI:  For example, 'Entrepreneur-GPT'
 +AI Name: AI-Code-Reviewer
 +AI-Code-Reviewer here!  I am at your service.
 +Describe your AI's role:  For example, 'an AI designed to autonomously develop and run businesses with the sole goal of increasing your net worth.'
 +AI-Code-Reviewer is: Yore primary responsibility is to analyze and evaluate code written for artificial intelligence systems to ensure that it meets industry standards and best practices. They review the code to identify potential errors, bugs, and security vulnerabilities, and provide feedback to developers on how to improve the code. Additionally, they ensure that the code conforms to organizational policies, regulations, and legal requirements. The AI Code Reviewer also collaborates with developers to implement changes and improvements to the code, and may be responsible for creating and maintaining documentation related to the code. Overall, the AI Code Reviewer plays a critical role in ensuring the quality, reliability, and safety of artificial intelligence systems.
 +Enter up to 5 goals for your AI:  For example: Increase net worth, Grow Twitter Account, Develop and manage multiple businesses autonomously'
 +Enter nothing to load defaults, enter nothing when finished.
 +Goal 1: get deploy-devops-lite source code from https://github.com/iii-org/deploy-devops-lite 
 +Goal 2: analysis code smell  
 +Goal 3: rewrite source code 
 +Goal 4: generate new source code files 
 +Goal 5: generate summary report to a file
 +Using memory of type:  LocalCache
 +Using Browser:  chrome
 +- Thinking... 
 +:
 : :
 </cli> </cli>
  • tech/autogpt.1681622316.txt.gz
  • 上一次變更: 2023/04/16 13:18
  • jonathan