Skip to content

Commit 9e87cff

Browse files
author
Jicheng Lu
committed
change default value
1 parent 648f94b commit 9e87cff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/routes/page/knowledge-base/common/collection/collection-create-modal.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@
7171
7272
function reset() {
7373
collection = '';
74-
dimension = 3072;
74+
dimension = 1536;
7575
provider = 'openai';
76-
model = 'text-embedding-3-large';
76+
model = 'text-embedding-3-small';
7777
}
7878
7979
function toggle() {

0 commit comments

Comments
 (0)