Update constant/api_type.go

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
dd
2025-09-29 19:37:04 +08:00
committed by GitHub
parent f9399e279c
commit 509b23982d

View File

@@ -31,7 +31,7 @@ const (
APITypeXai APITypeXai
APITypeCoze APITypeCoze
APITypeJimeng APITypeJimeng
APITypeMoonshot // this one is only for count, do not add any channel after this APITypeMoonshot
APITypeDummy // this one is only for count, do not add any channel after this APITypeSubmodel
APITypeSubmodel APITypeDummy // this one is only for count, do not add any channel after this
) )