Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
FlyingFathead committed Apr 24, 2024
1 parent 2c7139a commit 3502035
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ After launching the bot, you can interact with it via Telegram:
2. The bot will acknowledge the request and begin processing.
3. Once processing is complete, the bot will send the transcription files to you.

### Commands:
- `/help` and `/about` - get help on bot use, list version number, available models and commands, etc.
- `/model` - view the model in use or change to another available model.

## Changes

- v0.10 - `/help` & `/about` commands added for further assistance
Expand Down
5 changes: 3 additions & 2 deletions config/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ includeheaderintranscription = True
keepaudiofiles = False

[WhisperSettings]
model = large-v3
model = medium.en

[ModelSettings]
ValidModels = tiny, base, small, medium, medium.en, large-v3
validmodels = tiny, base, small, medium, medium.en, large-v3

[LoggingSettings]
updateintervalseconds = 10

0 comments on commit 3502035

Please sign in to comment.