fix: ts
This commit is contained in:
@@ -3,10 +3,8 @@ import type { KbItemType } from '@/types/plugin';
|
||||
export const defaultKbDetail: KbItemType = {
|
||||
_id: '',
|
||||
userId: '',
|
||||
updateTime: new Date(),
|
||||
avatar: '/icon/logo.svg',
|
||||
name: '',
|
||||
tags: '',
|
||||
totalData: 0,
|
||||
model: 'text-embedding-ada-002'
|
||||
vectorModelName: 'text-embedding-ada-002'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user