Răsfoiți Sursa

Update constant/api_type.go

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
dd 3 luni în urmă
părinte
comite
fc2d9922f8
1 a modificat fișierele cu 3 adăugiri și 3 ștergeri
  1. 3 3
      constant/api_type.go

+ 3 - 3
constant/api_type.go

@@ -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
-	APITypeDummy    // this one is only for count, do not add any channel after this
-	APITypeSubmodel
+     APITypeMoonshot
+     APITypeSubmodel
+     APITypeDummy    // this one is only for count, do not add any channel after this
 )
 )