This commit is contained in:
archer
2023-07-18 16:26:57 +08:00
parent 2330186a09
commit a993eba7f0
13 changed files with 45 additions and 42 deletions

View File

@@ -7,5 +7,6 @@ export const defaultKbDetail: KbItemType = {
avatar: '/icon/logo.png',
name: '',
tags: '',
totalData: 0
totalData: 0,
model: 'text-embedding-ada-002'
};