glouppe / baby-copilot

An experimental AI system that can autonomously fix and improve code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Baby-Copilot

Baby-Copilot ✈️ 👶 is an AI system that can autonomously fix and improve your code! No more pulling your hair out over syntax errors or spending hours debugging. Just sit back, relax, and let the AI do the heavy lifting 🍹.

Disclaimer: This project is meant as a proof-of-concept to showcase how to programmaticaly interface with language model instances and compose programs partly expressed in natural language. Expect bugs and errors 🐛, those LLMs are capricious.

Demo

Baby-Copilot

Check https://www.youtube.com/watch?v=VahOoPhGP7w for a live demo.

Usage

Manual mode:

$ python baby-copilot.py -f <file> 

AI override:

$ python baby-copilot.py -f <file> -a -y

Credits

This project was inspired by Auto-GPT.

About

An experimental AI system that can autonomously fix and improve code

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%