-
-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Transcript: Support convert live speech to text by whisper. v5.12.2
- v5.15.20
- v5.15.15
- v5.15.11
- v5.15.5
- v5.14.25
- v5.14.19
- v5.14.17
- v5.14.15
- v5.14.11
- v5.14.6
- v5.14.2
- v5.13.34
- v5.13.32
- v5.13.28
- v5.13.27
- v5.13.26
- v5.13.24
- v5.13.23
- v5.13.21
- v5.13.13
- v5.13.9
- v5.12.22
- v5.12.21
- v5.12.19
- v5.12.17
- v5.12.15
- v5.12.12
- v5.12.7
- v5.12.5
- v5.12.2
- focal-v1.0.24
- focal-v1.0.23
- focal-v1.0.22
Showing
67 changed files
with
7,678 additions
and
300 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,25 @@ | ||
module platform | ||
|
||
go 1.16 | ||
go 1.18 | ||
|
||
require ( | ||
github.com/go-redis/redis/v8 v8.11.5 | ||
github.com/golang-jwt/jwt/v4 v4.4.3 | ||
github.com/google/uuid v1.3.0 | ||
github.com/joho/godotenv v1.4.0 | ||
github.com/ossrs/go-oryx-lib v0.0.9 | ||
github.com/sashabaranov/go-openai v1.17.7 | ||
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/cam v1.0.587 | ||
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common v1.0.587 | ||
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/vod v1.0.587 | ||
github.com/tencentyun/cos-go-sdk-v5 v0.7.41 | ||
) | ||
|
||
require ( | ||
github.com/cespare/xxhash/v2 v2.1.2 // indirect | ||
github.com/clbanning/mxj v1.8.4 // indirect | ||
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect | ||
github.com/google/go-querystring v1.0.0 // indirect | ||
github.com/mitchellh/mapstructure v1.4.3 // indirect | ||
github.com/mozillazg/go-httpheader v0.2.1 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.