We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80639b5 commit 8fd95e8Copy full SHA for 8fd95e8
1 file changed
src/FE/components/admin/ModelKeys/QuickAddModelModal.tsx
@@ -136,6 +136,7 @@ const QuickAddModelModal = (props: IProps) => {
136
enabled: true,
137
inputTokenPrice1M: 0,
138
outputTokenPrice1M: 0,
139
+ supportsVisionLink: false,
140
...defaultConfig,
141
} as UpdateModelDto;
142
@@ -171,6 +172,7 @@ const QuickAddModelModal = (props: IProps) => {
171
172
173
174
175
176
177
178
0 commit comments