feat: 初步重构完成

This commit is contained in:
1808837298@qq.com
2024-02-29 16:21:25 +08:00
parent 1735981217
commit 436afe925e
30 changed files with 240 additions and 195 deletions
+1 -1
View File
@@ -201,7 +201,7 @@ func CountTokenInput(input any, model string) int {
return 0
}
func countAudioToken(text string, model string) int {
func CountAudioToken(text string, model string) int {
if strings.HasPrefix(model, "tts") {
return utf8.RuneCountInString(text)
} else {