|
@@ -208,7 +208,7 @@ func CountTokenInput(input any, model string, check bool) (int, error, bool) {
|
|
|
return CountTokenText(text, model, check)
|
|
return CountTokenText(text, model, check)
|
|
|
func CountAudioToken(text string, model string, check bool) (int, error, bool) {
|
|
func CountAudioToken(text string, model string, check bool) (int, error, bool) {
|