8000 Tags · sderev/vocabmaster · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: sderev/vocabmaster

Tags

0.1.17

Toggle 0.1.17's commit message

Verified

This commit was signed with the committer’s verified signature.
sderev Sébastien De Revière
Bump version to `0.1.17`

0.1.16

Toggle 0.1.16's commit message

Verified

This commit was signed with the committer’s verified signature.
sderev Sébastien De Revière
Refactor `setup_dir()` to replace `match-case` with `if-elif`

* Updated the `setup_dir()` function to utilize `if-elif` statements instead of the `match-case` syntax.
* Replaced print statements with `click.echo` and redirect error messages to `stderr`.

0.1.15

Toggle 0.1.15's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
sderev Sébastien De Revière
Bump version

0.1.14

Toggle 0.1.14's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
sderev Sébastien De Revière
Update ChatGPT model and remove max_tokens parameter

* Changed default model from "gpt-3.5-turbo-0613" to "gpt-4o" in `chatgpt_request`.
* Commented out `max_tokens` parameter for the request to align with new model usage.

0.1.13

Toggle 0.1.13's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
sderev Sébastien De Revière
Change exit code for empty vocabulary list

When the `translate` command is executed with an empty vocabulary list, it should exit with a status code of `0` instead of `1`, as this is not an error condition but an expected behavior.

This commit changes the exit code from `1` to `0` to reflect that the empty vocabulary list is not an error.

0.1.12

Toggle 0.1.12's commit message
Pin openai<1.0

0.1.11

Toggle 0.1.11's commit message
Update VERSION

0.1.10

Toggle 0.1.10's commit message
Handle RateLimitError

0.1.8

Toggle 0.1.8's commit message
Update

0.1.7

Toggle 0.1.7's commit message
Refactor: update model version from 0301 and 0314 to 0613

0