Skip to content

Commit

Permalink
chore: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPandir authored Feb 14, 2024
1 parent 6a1cad9 commit e7e8512
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,13 @@ You can view the automatically generated documentation based on OpenAPI at:

# Endpoints

- GET /generate - Generate audio from text
- GET /speakers - Get list of speakers
- `GET` `/generate` - Generate audio in wav format from text
- `GET` `/speakers` - Get list of speakers

# Environment variables:

- `TEXT_LENGTH_LIMIT` - Maximum length of the text to be processed. Default is 930 characters.
- `MKL_NUM_THREADS` - Number of threads to use for generating audio. Default number of threads: number of CPU cores.

# Considerations for the future
This repository is dedicated to twir.app and is designed to meet its requirements.
Expand Down

0 comments on commit e7e8512

Please sign in to comment.