From ebed0c288bda53c1d4647b5013281ee382b05f7f Mon Sep 17 00:00:00 2001 From: Mavaddat Javid <5055400+mavaddat@users.noreply.github.com> Date: Thu, 1 Jun 2023 12:17:46 -0400 Subject: [PATCH 1/3] Update README.md - Fix typos - Add a nice gif --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b9478de..186185f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Wolverine +![output-onlinegiftools](https://github.com/biobootloader/wolverine/assets/5055400/cde545a6-6c63-45ee-9708-275e1ecf09a0) + ## About Give your python scripts regenerative healing abilities! @@ -43,7 +45,7 @@ You can also use flag `--confirm=True` which will ask you `yes or no` before mak | ------------------- | ----------------------------------------------------------------- | ------------- | | OPENAI_API_KEY | OpenAI API key | None | | DEFAULT_MODEL | GPT model to use | "gpt-4" | -| VALIDATE_JSON_RETRY | Number of retries when requesting OpenAI API (-1 means unlimites) | -1 | +| VALIDATE_JSON_RETRY | Number of retries when requesting OpenAI API (-1 means unlimited) | -1 | ## Future Plans @@ -51,11 +53,15 @@ This is just a quick prototype I threw together in a few hours. There are many p - add flags to customize usage, such as asking for user confirmation before running changed code - further iterations on the edit format that GPT responds in. Currently it struggles a bit with indentation, but I'm sure that can be improved -- a suite of example buggy files that we can test prompts on to ensure reliability and measure improvement +- a suite of example buggy files that we can test prompts to ensure reliability and measure improvement - multiple files / codebases: send GPT everything that appears in the stacktrace -- graceful handling of large files - should we just send GPT relevant classes / functions? +- graceful handling of large files — sould we send GPT just the relevant classes / functions? - extension to languages other than python ## Star History [![Star History Chart](https://api.star-history.com/svg?repos=biobootloader/wolverine&type=Date)](https://star-history.com/#biobootloader/wolverine) + +🌟Graph courtesy of [star-history.com](https://star-history.com/). + +Gif [fair-use](https://en.wikipedia.org/wiki/Fair_use) derivative of Rowan, SJ (2011) In: _Self-healing polymer fixes scratches._ https://youtu.be/h-fka0wfY8w. Accessed 1 Jun 2023 From 05e3c6cf434b39dbca8e66a45420a33081ca424b Mon Sep 17 00:00:00 2001 From: Mavaddat Javid <5055400+mavaddat@users.noreply.github.com> Date: Thu, 1 Jun 2023 12:22:05 -0400 Subject: [PATCH 2/3] Update README.md Center the image --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 186185f..443c7a3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # Wolverine -![output-onlinegiftools](https://github.com/biobootloader/wolverine/assets/5055400/cde545a6-6c63-45ee-9708-275e1ecf09a0) +
+ + + +
## About From 0ca9cd35d2cdc35fc1061380662c7896df5c1355 Mon Sep 17 00:00:00 2001 From: Mavaddat Javid <5055400+mavaddat@users.noreply.github.com> Date: Mon, 26 Jun 2023 14:17:01 -0400 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 443c7a3..9a0c640 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ This is just a quick prototype I threw together in a few hours. There are many p - further iterations on the edit format that GPT responds in. Currently it struggles a bit with indentation, but I'm sure that can be improved - a suite of example buggy files that we can test prompts to ensure reliability and measure improvement - multiple files / codebases: send GPT everything that appears in the stacktrace -- graceful handling of large files — sould we send GPT just the relevant classes / functions? +- graceful handling of large files — should we send GPT just the relevant classes / functions? - extension to languages other than python ## Star History