Skip to content

1.0.1

Latest
Compare
Choose a tag to compare
@cromatikap cromatikap released this 22 Mar 16:25
· 14 commits to master since this release
4fa76ae
1.0.0 (#1)

* assets

* index on master: b37eace Merge branch 'master' of github.com:bidetaggle/bytheway

* move everything in sample

* prompt choices + execute function

* correct execute the corrected bash command

* minor bug fix

* gif tuto

* Update readme.md

* 🌟 quit decently when the user doesn't provide argument + class History definition

* unit tests + configuration check

* rename class files with an initial upper case

* verify that at least one argument has been given

* github action unittest

* add wheel dependency for CI

* Update main.yml

* Update main.yml

* Update main.yml

* Update main.yml

* Update main.yml

* Update main.yml

* try to create .btw-history file in case it isn't existing

* close file if created with argument 'x'

* raise an error if OpenAI request fail + create a new error module

* refactor

* gather debug.py and error.py into log.py

* config module

* implement --add-openai-key argument

* Update readme.md

* Add a prompt when adding API key

* prepare project for bundle

* fix cacert.pem issue ???

* set config.toml in the bundle

* add HISTORY_FILE_PATH key to github workflow

* correct typo

* print AuthenticationError raised by openai

* runnable standalone bundle folder

* replace .btw-history file path by history.csv file name

Co-authored-by: bidetaggle <bidetaggle@mac>