chlorine
6552cc4dd3
Merge 288af47ca3
into 9418f0fefb
2024-03-08 07:23:41 -07:00
biobootloader
9418f0fefb
Update README.md
2024-03-07 23:33:01 -08:00
alex-sikach
288af47ca3
add info about Go support to README.md
2023-05-04 14:35:17 +03:00
BioBootloader
93db7757cc
clean up
2023-04-26 17:33:36 -07:00
nervousapps
3cb64c623a
Add env variables to README
2023-04-25 23:15:08 +02:00
BioBootloader
b8a7e04e61
improve project structure
2023-04-24 09:21:14 -07:00
BioBootloader
459a9c5ef2
Merge branch 'main' into juleshenry/main
2023-04-22 16:44:37 -07: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
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
552600d671
use Fire for args, add flag to use 3.5-turbo
2023-04-08 12:38:14 -07:00
BioBootloader
4ff6bfae22
initial commit
2023-03-18 15:16:47 -07:00