ai-programmer
v0.0.0
Published
AI Programmer that browses GitHub, combining RAG strategy and a large language model to fetch, refine, and present code solutions.
Downloads
1
Readme
AI Programmer
AI Programmer that browses GitHub, combining RAG strategy and a large language model to fetch, refine, and present code solutions.
Preparation
Environment Variables:
GITHUB_TOKEN
: GitHub API tokenOPENAI_API_KEY
: OpenAI API key
Can be set in
.env
file.
Usage
# Development
pnpm dev -h