laiso / pmon

Interactive program that recursively applies GPT-4 to source code and generates differences a.k.a Patch Monster.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pmon

pmon is a tool that allows you to develop programs while generating patches by LLM.

How to use

  1. Install the package using pip install git+https://github.com/laiso/pmon.git.

Development

  1. poetry install
  2. poetry run ./bin/pmon ./ -m gpt-4

About

Interactive program that recursively applies GPT-4 to source code and generates differences a.k.a Patch Monster.

License:MIT License


Languages

Language:Python 100.0%