diff --git a/src/config/schema.ts b/src/config/schema.ts index 4d6291b2bcd0ffa889268f323c9064f23d0140b2..15014092512ddf96bacc9966f850d51bc30435b4 100644 --- a/src/config/schema.ts +++ b/src/config/schema.ts @@ -2,7 +2,7 @@ // // SPDX-License-Identifier: GPL-3.0-or-later -import { Type, Kind, type Static, type TObject, type TProperties } from "@sinclair/typebox"; +import { Kind, Type, type Static, type TObject, type TProperties } from "@sinclair/typebox"; const CustomModelSchema = Type.Object({ provider: Type.String(),