diff --git a/src/models/index.ts b/src/models/index.ts index c33e312..d459e66 100644 --- a/src/models/index.ts +++ b/src/models/index.ts @@ -36,7 +36,6 @@ export const pageAssistModel = async ({ const isCustom = isCustomModel(model) - console.log("isCustom", isCustom, model) if (isCustom) { const modelInfo = await getModelInfo(model)