Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammadBnei committed Mar 1, 2024
2 parents 457fa54 + 51f4a59 commit 54958be
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@


## [0.17.1](https://github.com/MohammadBnei/go-ai-cli/compare/0.17.0...0.17.1) (2024-03-01)


### Bug Fixes

* **speech_np.go:** change return value of SpeechToText function from nil to empty string to match the error type ([27985fc](https://github.com/MohammadBnei/go-ai-cli/commit/27985fc5c4c25a50b62e2bbd4044bb70750d9289))

# [0.17.0](https://github.com/MohammadBnei/go-ai-cli/compare/0.16.1...0.17.0) (2024-03-01)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "go-ai-cli",
"version": "0.17.0",
"version": "0.17.1",
"description": "This project provides command-line access to OpenAI's GPT-3 language generation service. The \"prompt\" command in this CLI sends a prompt to OpenAI's API and receives a generated response, which can be printed on the command-line or saved to a markdown file with the \"--md\" flag. This project can be used to quickly generate text for various purposes such as creative writing, chatbots, virtual assistants, or content generation for websites.",
"author": "Mohammad-Amine BANAEI",
"license": "MIT",
Expand Down

0 comments on commit 54958be

Please sign in to comment.