coding assistant webui
1.0.0
A simple coding assistant app powered by Microsoft guidance, OpenAI LLMs, and Gradio.
This app slightly ease your coding life by providing some features like refactoring, code explanation, and so on.
What you can do with this tool (for now):
This repo is quite an oreore implementation and full of problems. Please throw issues and PRs if you have any improvements or new ideas!
make install-rye-bashsource ~/.bashrc
rye syncOPENAI_API_KEY in ./.env
Launch Gradio app.
make launch