From 509b23982dcb162a87f8a1e99e0564b615dca455 Mon Sep 17 00:00:00 2001 From: dd <1083962986@qq.com> Date: Mon, 29 Sep 2025 19:37:04 +0800 Subject: [PATCH] Update constant/api_type.go Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- constant/api_type.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/constant/api_type.go b/constant/api_type.go index b3c0a5c7..0ea5048f 100644 --- a/constant/api_type.go +++ b/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 )