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
Alessandro Annini
3d14f31511
feat: ✨ can debug javascript files
2023-04-14 14:42:56 +02:00
Ikko Eltociear Ashimine
6afb4db2ff
fix typo in README.md
...
reliablity -> reliability
2023-04-14 16:37:05 +09:00
Hemang Joshi
4863df6898
added `star-history`
...
added `star-history`
2023-04-14 10:27:32 +05:30
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
ksfi
23e53dbb87
let model in default
2023-04-14 01:55:29 +02:00
ksfi
6bc85a41e2
switch to gpt3 if gpt4 not available
2023-04-14 00:07:57 +02:00
Christopher Carroll Smith
e8a893156e
Implemented .env file API key storage
2023-04-12 13:45:54 -04:00
juleshenry
31319dd273
Address Examples Initiative
2023-04-11 21:02:39 -05:00
BioBootloader
1b9649ed7a
fix README setup. closes #7
2023-04-08 13:10:04 -07:00
biobootloader
56bb66e3ec
Merge pull request #8 from epylar/select-model
...
Allow the user to select a model
2023-04-08 12:53:32 -07: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