AutoGPT(오토GPT) 사용법 1탄, 사용 환경 구성(Visual Studio,Dev Containers,Git,Python,ChatGPT)

안녕하세요, Kimblock입니다.
최근 ChatGPT를 활용하여 한 단계 업그레이드된 대화형 인공지능 서비스인
오토GPT(AutoGPT)가 출시되어 또 한번 세계적으로 이목을 집중시키고 있는데요,
오늘은 이 AutoGPT를 사용하기 위한 PC 환경을 구성하는
프로그램들을 설치하는 방법에 대해 설명하고자 합니다.
AutoGPT 사용법은 ChatGPT처럼 아주 간단하지는 않기 때문에 잘 준비해주시기 바랍니다!
영상으로 따라하실 분은 유튜브 영상을 참고해주시기 바랍니다!
https://youtu.be/2hOlsyD3X08
AutoGPT 사용법 1탄 시작하겠습니다.
Visual Studio(비쥬얼 스튜디오)
1. 링크로 이동하여 Visual Studio 설치파일 다운로드
Download Visual Studio Code - Mac, Linux, Windows
Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows. Download Visual Studio Code to experience a redefined code editor, optimized for building and debugging modern web and cloud applications.
code.visualstudio.com
2. 설치파일 실행 후 계속 다음 버튼을 눌러서 설치 완료

Dev Containers(Visual Studio 확장 프로그램)
1. 설치 링크로 접속하여 인스톨 버튼 클릭
Dev Containers - Visual Studio Marketplace
Extension for Visual Studio Code - Open any folder or repository inside a Docker container and take advantage of Visual Studio Code's full feature set.
marketplace.visualstudio.com


2. Visual Studio에서 인스톨 버튼 클릭

Git
1. Git-SCM 사이트로 이동하여 자신의 운영체제 비트와 맞는 설치 프로그램 다운로드
Git - Downloading Package
Download for Windows Click here to download the latest (2.40.0) 32-bit version of Git for Windows. This is the most recent maintained build. It was released about 1 month ago, on 2023-03-14. Other Git for Windows downloads Standalone Installer 32-bit Git f
git-scm.com

2. 다운로드 받은 설치파일 실행 후 설치 진행





(아래 단계에서 'Use Visual Studio Code as Git's default editor' 선택 후 진행)











Python
1. 다운로드 링크로 이동하여 하단으로 스크롤
Python Releases for Windows
The official home of the Python Programming Language
www.python.org

2. 설치파일 실행 후 계속 다음 버튼을 눌러서 설치 완료
ChatGPT API Key
1. 링크로 이동하여 로그인
OpenAI API
An API for accessing new AI models developed by OpenAI
platform.openai.com
2. 로그인 후 프로필 버튼을 클릭

3. View API Key 메뉴 클릭

4. API Keys 화면에서 'Create new secret key' 버튼을 클릭

5. 버튼을 클릭한 후 나오는 화면에서 'Secret Key' 복사 및 안전한 곳에 저장
(Secrect Key는 생성 당시 한번밖에 볼 수 없기 때문에, 이 때 복사하셔서 안전한 곳에 저장해두셔야 합니다.)
Visual Studio, Dev Containers, Git, Python
위 네가지의 프로그램을 설치해주시고 ChatGPT의 API key까지 발급받으셨다면
AutoGPT 사용을 위한 환경 구성이 완료되었습니다.
다음 포스팅에서는 구성된 환경에서 AutoGPT 사용법에 대해서 알아보도록 하겠습니다.
감사합니다.