전체 코드의 맥락을 인식하는 AI Chatbot for Programming
$ pip install -f requirements.txt
v2 폴더내에 .env 파일을 생성한다.
- OPENAI_API_KEY
- GITHUB_API_KEY
- DEEPLAKE_USERNAME
- DEEPLAKE 회원 username
- ACTIVELOOP_TOKEN
- SERPAPI_API_KEY
$ cd v2
$ python3 main.py
- Example
Enter your github username: (dev-zipida-com)
Enter the repo name: (spo-vdvs-system)
Enter the branch name: (develop)
...
question: (please explain generate-link modules made by golang. refer to the Vector Store)- 현재 프롬프트 미완성으로 인해
refer to the Vector Store라는 문구를 질문 마지막에 붙여줘야 repository 의 코드 정보를 참고하여 답변을 받을 수 있습니다.