feat: add transcript endpoint (#211)

This commit is contained in:
Ettore Di Giacinto 2023-05-09 11:43:50 +02:00 committed by GitHub
parent 9d01b695a8
commit 9f426578cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 205 additions and 15 deletions

View file

@ -21,6 +21,9 @@ jobs:
- repository: "donomii/go-rwkv.cpp"
variable: "RWKV_VERSION"
branch: "main"
- repository: "ggerganov/whisper.cpp"
variable: "WHISPER_CPP_VERSION"
branch: "master"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3