Wykres commitów

65 Commity (add-ci)

Autor SHA1 Wiadomość Data
BioBootloader 761bbdb331 fix ruff errors 2023-04-26 17:16:06 -07:00
BioBootloader 42a9986aad and other ruff call... 2023-04-26 17:13:44 -07:00
BioBootloader d71fe5daef exclude ruff check on examples that are supposed to have bugs 2023-04-26 17:11:16 -07:00
BioBootloader ef083507d6 add github workflow 2023-04-26 17:04:01 -07:00
biobootloader 20c3051d5c
Merge pull request #27 from twsomt/main
Cosmetic update
2023-04-25 15:11:23 -07:00
BioBootloader 43d1d17d96 Merge branch 'main' into twsomt/main 2023-04-25 15:07:16 -07:00
biobootloader 3b91ee62d7
Merge pull request #34 from biobootloader/improve-structure-add-tests
Improve project structure and add tests
2023-04-24 11:35:10 -07:00
BioBootloader b8a7e04e61 improve project structure 2023-04-24 09:21:14 -07:00
BioBootloader fb6466a810 Merge branch 'main' into add_unit_tests 2023-04-23 18:11:05 -07:00
biobootloader b11dfc79a4
Merge pull request #15 from ksfi/main
switch to gpt3 if gpt4 not available
2023-04-23 15:22:09 -07:00
BioBootloader 12d78109cf change to inform model unavailable, fix conflicts 2023-04-23 15:18:02 -07:00
BioBootloader a1fb03ea81 don't show diff twice, show explanations before diff 2023-04-22 17:41:13 -07:00
biobootloader 472e8b5a87
Merge pull request #9 from juleshenry/main
Address Examples Initiative
2023-04-22 17:29:07 -07:00
BioBootloader bb8c6f8e3e switch singleton example to have a bug in singleton implementation 2023-04-22 17:24:47 -07:00
BioBootloader 459a9c5ef2 Merge branch 'main' into juleshenry/main 2023-04-22 16:44:37 -07:00
Julian Henry f46701623f
Update buggy_script_2.py
@biobootloader, now fails due to singleton modification of attributes
2023-04-20 07:01:59 -05:00
Serj 507272c4d6 Fix up test logic 2023-04-17 22:23:46 +03:00
Serj 4c8e7f7964 Added tests for apply changes method 2023-04-17 22:13:48 +03:00
Serj c50b51e949 Create dev requirements instead 2023-04-17 22:11:29 +03:00
Serj cbc0909145 added pytest to requirements 2023-04-17 22:07:05 +03:00
twsomt fc2f5a2d5a Cosmetic update
- sorted imports
- del 'r' from open since it is the default
- add the default encoding
- upd pep8
2023-04-16 13:08:49 +03:00
biobootloader 2f5a026ff9
Merge pull request #16 from prayagnshah/main
adding flag for user confirmation
2023-04-15 11:20:20 -07:00
biobootloader c20b79ea28
Update wolverine.py 2023-04-15 11:20:12 -07:00
biobootloader 10fd162ce3
Merge pull request #22 from AlessandroAnnini/main
feat:  can debug javascript files
2023-04-15 11:10:21 -07:00
Alessandro Annini 0f538fecae chore: update buggy js script file 2023-04-15 10:10:59 +02:00
Alessandro Annini 8abc8893bb refactor: better implementation fr py/js files execution 2023-04-15 10:10:34 +02:00
Alessandro Annini 05803e8592 Merge remote-tracking branch 'upstream/main' 2023-04-15 10:01:19 +02:00
Prayag Shah c12575af38
Merge branch 'main' into main 2023-04-15 02:32:58 -03:00
Prayag Shah fdbaaa3e84 updated the flag --confirm as required
- Updated the flag --confirm=True which will allow user to say yes or no before making changes to the file.
- If flag is not used then it will right away make changes to the file.
- Updated the readme with an example.
2023-04-15 02:28:13 -03:00
Prayag Shah 946e15ff20 Squashed commit of the following:
commit 742aaaf9d1
Merge: f2d21e7 fe87faa
Author: biobootloader <128252497+biobootloader@users.noreply.github.com>
Date:   Fri Apr 14 15:44:12 2023 -0700

    Merge pull request #13 from fsboehme/main

    more robust parsing of JSON (+ indentation)

commit fe87faa2fb
Author: Felix Boehme <fsboehme@gmail.com>
Date:   Fri Apr 14 17:49:48 2023 -0400

    cleanup

commit 4db9d1bf43
Author: Felix Boehme <fsboehme@gmail.com>
Date:   Fri Apr 14 17:49:09 2023 -0400

    more cleanup

commit e1d0a790f8
Author: Felix Boehme <fsboehme@gmail.com>
Date:   Fri Apr 14 17:46:18 2023 -0400

    cleanup

commit b044882dc3
Author: Felix Boehme <fsboehme@gmail.com>
Date:   Fri Apr 14 17:37:27 2023 -0400

    remove duplicate code from rebase

commit dd174cf30e
Author: Felix Boehme <fsboehme@gmail.com>
Date:   Fri Apr 14 17:15:07 2023 -0400

    add DEFAULT_MODEL to .env.sample

    + fix typo

commit 2497fb816b
Author: Felix Boehme <fsboehme@gmail.com>
Date:   Fri Apr 14 16:29:45 2023 -0400

    move json_validated_response to standalone function

commit 923f7057e3
Author: Felix Boehme <fsboehme@gmail.com>
Date:   Thu Apr 13 11:35:24 2023 -0400

    update readme

    - updated readme to mention .env
    - added model arg back

commit 0656a83da7
Author: Felix Boehme <fsboehme@gmail.com>
Date:   Thu Apr 13 11:29:06 2023 -0400

    recursive calls if not json parsable

    - makes recursive calls to API (with a comment about it not being parsable) if response was not parsable
    - pass prompt.txt as system prompt
    - use env var for `DEFAULT_MODEL`
    - use env var for OPENAI_API_KEY

commit 7c072fba2a
Author: Felix Boehme <fsboehme@gmail.com>
Date:   Thu Apr 13 11:24:41 2023 -0400

    update prompt to make it pay attention to indentation

commit c62f91eaee
Author: Felix Boehme <fsboehme@gmail.com>
Date:   Thu Apr 13 11:23:44 2023 -0400

    Update .gitignore

commit f2d21e7b93
Merge: 0420860 6343f6f
Author: biobootloader <128252497+biobootloader@users.noreply.github.com>
Date:   Fri Apr 14 13:59:44 2023 -0700

    Merge pull request #12 from chriscarrollsmith/main

    Implemented .env file API key storage

commit 6343f6f50b
Author: biobootloader <128252497+biobootloader@users.noreply.github.com>
Date:   Fri Apr 14 13:59:31 2023 -0700

    Apply suggestions from code review

commit d87ebfa46f
Merge: 9af5480 75f08e2
Author: Christopher Carroll Smith <75859865+chriscarrollsmith@users.noreply.github.com>
Date:   Fri Apr 14 16:53:25 2023 -0400

    Merge branch 'main' of https://github.com/chriscarrollsmith/wolverine

commit 9af5480b89
Author: Christopher Carroll Smith <75859865+chriscarrollsmith@users.noreply.github.com>
Date:   Fri Apr 14 16:53:02 2023 -0400

    Added python-dotenv to requirements.txt

commit 75f08e2852
Merge: e8a8931 0420860
Author: Christopher Carroll Smith <75859865+chriscarrollsmith@users.noreply.github.com>
Date:   Fri Apr 14 16:50:29 2023 -0400

    Merge pull request #1 from biobootloader/main

    Reconcile with master branch

commit 04208605fe
Merge: d547822 6afb4db
Author: biobootloader <128252497+biobootloader@users.noreply.github.com>
Date:   Fri Apr 14 13:22:53 2023 -0700

    Merge pull request #20 from eltociear/patch-1

    fix typo in README.md

commit d54782230c
Merge: 1b9649e 4863df6
Author: biobootloader <128252497+biobootloader@users.noreply.github.com>
Date:   Fri Apr 14 13:19:43 2023 -0700

    Merge pull request #17 from hemangjoshi37a/main

    added `star-history` 

commit 6afb4db2ff
Author: Ikko Eltociear Ashimine <eltociear@gmail.com>
Date:   Fri Apr 14 16:37:05 2023 +0900

    fix typo in README.md

    reliablity -> reliability

commit 4863df6898
Author: Hemang Joshi <hemangjoshi37a@gmail.com>
Date:   Fri Apr 14 10:27:32 2023 +0530

    added `star-history`

    added `star-history`

commit e8a893156e
Author: Christopher Carroll Smith <75859865+chriscarrollsmith@users.noreply.github.com>
Date:   Wed Apr 12 13:45:54 2023 -0400

    Implemented .env file API key storage
2023-04-15 02:22:57 -03:00
Prayag Shah e1c413fae2 updated the flag --confirm as required
- Updated the flag --confirm=True which will allow user to say yes or no before making changes to the file.
- If flag is not used then it will right away make changes to the file.
- Updated the readme with an example.
2023-04-15 02:10:25 -03:00
biobootloader 742aaaf9d1
Merge pull request #13 from fsboehme/main
more robust parsing of JSON (+ indentation)
2023-04-14 15:44:12 -07:00
Felix Boehme fe87faa2fb cleanup 2023-04-14 17:49:48 -04:00
Felix Boehme 4db9d1bf43 more cleanup 2023-04-14 17:49:09 -04:00
Felix Boehme e1d0a790f8 cleanup 2023-04-14 17:46:18 -04:00
Felix Boehme b044882dc3 remove duplicate code from rebase 2023-04-14 17:37:27 -04:00
Felix Boehme dd174cf30e add DEFAULT_MODEL to .env.sample
+ fix typo
2023-04-14 17:15:07 -04:00
Felix Boehme 2497fb816b move json_validated_response to standalone function 2023-04-14 17:12:00 -04:00
Felix Boehme 923f7057e3 update readme
- updated readme to mention .env
- added model arg back
2023-04-14 17:10:37 -04:00
Felix Boehme 0656a83da7 recursive calls if not json parsable
- makes recursive calls to API (with a comment about it not being parsable) if response was not parsable
- pass prompt.txt as system prompt
- use env var for `DEFAULT_MODEL`
- use env var for OPENAI_API_KEY
2023-04-14 17:09:36 -04:00
Felix Boehme 7c072fba2a update prompt to make it pay attention to indentation 2023-04-14 17:08:18 -04:00
Felix Boehme c62f91eaee Update .gitignore 2023-04-14 17:08:18 -04:00
biobootloader f2d21e7b93
Merge pull request #12 from chriscarrollsmith/main
Implemented .env file API key storage
2023-04-14 13:59:44 -07:00
biobootloader 6343f6f50b
Apply suggestions from code review 2023-04-14 13:59:31 -07:00
Christopher Carroll Smith d87ebfa46f Merge branch 'main' of https://github.com/chriscarrollsmith/wolverine 2023-04-14 16:53:25 -04:00
Christopher Carroll Smith 9af5480b89 Added python-dotenv to requirements.txt 2023-04-14 16:53:02 -04:00
Christopher Carroll Smith 75f08e2852
Merge pull request #1 from biobootloader/main
Reconcile with master branch
2023-04-14 16:50:29 -04:00
biobootloader 04208605fe
Merge pull request #20 from eltociear/patch-1
fix typo in README.md
2023-04-14 13:22:53 -07:00
biobootloader d54782230c
Merge pull request #17 from hemangjoshi37a/main
added `star-history` 
2023-04-14 13:19:43 -07:00
Alessandro Annini 49c6173c9b chore: add buggy javascript file to test new feature 2023-04-14 14:43:32 +02:00