Преглед на файлове

Update constant/api_type.go

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
dd преди 5 месеца
родител
ревизия
fc2d9922f8
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 3 3
      constant/api_type.go

+ 3 - 3
constant/api_type.go

@@ -31,7 +31,7 @@ const (
 	APITypeXai
 	APITypeCoze
 	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
 )