Skip to content

Commit 8fd95e8

Browse files
committed
Fix Quick add model failed because recent allowVisionLink change
1 parent 80639b5 commit 8fd95e8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/FE/components/admin/ModelKeys/QuickAddModelModal.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ const QuickAddModelModal = (props: IProps) => {
136136
enabled: true,
137137
inputTokenPrice1M: 0,
138138
outputTokenPrice1M: 0,
139+
supportsVisionLink: false,
139140
...defaultConfig,
140141
} as UpdateModelDto;
141142

@@ -171,6 +172,7 @@ const QuickAddModelModal = (props: IProps) => {
171172
enabled: true,
172173
inputTokenPrice1M: 0,
173174
outputTokenPrice1M: 0,
175+
supportsVisionLink: false,
174176
...defaultConfig,
175177
} as UpdateModelDto;
176178

0 commit comments

Comments
 (0)