주소 입력란 1은 도로 번호와 이름입니다. 주소 입력란 2는 도시, 주 약어 및 우편번호입니다. 12345 무슨무슨 (도)로 시 (*) : 주 (*) : 우편 번호 영문주소 address line1, 2 쓰는 법 : https://barrogo.tistory.com/106
1. json 파일 없음 [ec2-user@ip-172-31-19-40 Auto-GPT]$ python3 -m autogpt Warning: The file 'AutoGpt.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: 해결법 VScode 실행. AutoGpt.json 빈 파일 만들어 ai test 폴더에 저장 https://blog.finxter.com/fixed-warning-the-file-autogpt-json-does-not-exist-local-memory-would-not-be-saved-to-a-file/
2. AutoGpt 실행 시 Colorama Module 이 없음 설치하세요! >> chatgpt 한테 이거 해결해줘 쓰고 오류 Ctrl+C , Ctrl+V
3. -=-=-=-=-=-=-= COMMAND AUTHORISED BY USER -=-=-=-=-=-=-= SYSTEM: Command evaluate_code returned: Error: The model: `gpt-4` does not exist
Auto gpt 한국인 디스코드 서버 개설했습니다. What's Auto Gpt Discord? 1. 설치 오류 서로 도와주기 2. AutoGpt 로 뭐 만드는지 공유해요. 3. 다른 사람들 작업물 돕기 4. 프로젝트 참여 5. Auto gpt 정보, AI 비즈니스 아이디어 부자되기 함께해요
ALL: 테이블을 처음부터 끝까지 탐색하여 데이터를 찾는 방식. (Table Full scan) index: 인덱스를 처음부터 끝까지 탐색하여 데이터를 찾는 방식 (Index Full scan) ragne: 특정 범위 내에서 인덱스를 사용하여 원하는 데이터를 추출. 데이터가 방대하지 않다면 단순 SELECT 에서는 나쁘지 않음. ref: 조인을 할 때 Primary Key 혹은 Unique Key가 아닌 Key로 매칭 하는 경우 eq_ref: 조인을 할 때 Primary Key로 매칭 const: SELECT에서 Primary Key 혹은 Unique Key를 살수로 조회하는 경우로 많아야 한 건의 데이터만 있음 system: 테이블에 1개의 데이터만 있는 경우