Wykres commitów

23 Commity (fc2f5a2d5aaf49794aed4f6750568da5045ab2be)

Autor SHA1 Wiadomość Data
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
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
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 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
Alessandro Annini 3d14f31511 feat: can debug javascript files 2023-04-14 14:42:56 +02:00
Prayag Shah e65a4d080a adding flag for user confirmation
- Modified the code to ask for changes to be applied. If they say yes then it will make the change or else code will stop running.
2023-04-14 00:10:36 -03:00
Christopher Carroll Smith e8a893156e Implemented .env file API key storage 2023-04-12 13:45:54 -04:00
biobootloader 056dbdb6a5
remove import 2023-04-08 12:52:02 -07:00
biobootloader 791a41b312
Merge branch 'main' into select-model 2023-04-08 12:49:10 -07:00
BioBootloader 552600d671 use Fire for args, add flag to use 3.5-turbo 2023-04-08 12:38:14 -07:00
Gavin Lewis d3e9282fe8 Allow the user to select a model
- Implement argparse for handling command line options
- Add --model option to allow specifying the model name (default: gpt-4)
- Update send_error_to_gpt4 function to accept model_name as a parameter
- Rename send_error_to_gpt4 function to send_error_to_gpt
2023-04-08 10:23:58 -07:00
BioBootloader 4ff6bfae22 initial commit 2023-03-18 15:16:47 -07:00