From 1db2eebc362ffce0b84801e66e39208ee2f1763c Mon Sep 17 00:00:00 2001 From: zhangshaohu Date: Fri, 22 Mar 2024 21:44:51 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=89=8D=E7=AB=AF=E6=89=93=E5=8C=85?= =?UTF-8?q?=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/api/type/model.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/api/type/model.ts b/ui/src/api/type/model.ts index e9a5203ed..e07b36159 100644 --- a/ui/src/api/type/model.ts +++ b/ui/src/api/type/model.ts @@ -1,5 +1,5 @@ import { store } from '@/stores' -import { Dict } from './common' +import type { Dict } from './common' interface modelRequest { name: string model_type: string