Skip to content

Commit

Permalink
Update the name of the utility to 'ttsrs' for consistency in addition…
Browse files Browse the repository at this point in the history
… to the README
  • Loading branch information
Alexander Jonathan Hardy Steffen authored and alexjsteffen committed Jul 5, 2024
1 parent a826c09 commit a0abf6b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tts_openai_rust"
version = "0.1.0"
name = "ttsrs"
version = "0.1.1"
edition = "2021"

[dependencies]
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# ai-tts.rs Documentation
# _ttsrs_ Documentation

**Overview**
-----------

The ai-tts.rs project provides a command-line tool for generating spoken audio from text files using OpenAI's text-to-speech (TTS) API. It is based on a similar Python script.
The ttsrs project provides a command-line tool for generating spoken audio from text files using OpenAI's text-to-speech (TTS) API. It is based on a similar Python script.

**Usage**
--------
Expand All @@ -26,6 +26,6 @@ The ai-tts.rs project provides a command-line tool for generating spoken audio f

### Setup

Before using ai-tts.rs, make sure to set the `OPENAI_API_KEY` environment variable with your OpenAI API key.
Before using ttsrs, make sure to set the `OPENAI_API_KEY` environment variable with your OpenAI API key.

Enjoy using ai-tts.rs!
Enjoy using ttsrs!

0 comments on commit a0abf6b

Please sign in to comment.