Skip to content

Commit 150579e

Browse files
committed
Made field optional
1 parent 4e8f59c commit 150579e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ai-assistant/src/config/modelConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ export const modelProviders: ModelProvider[] = [
192192
name: 'apiKey',
193193
label: 'API Key',
194194
type: 'text',
195-
required: true,
195+
required: false,
196196
placeholder: 'Your Local Model API key',
197197
},
198198
{

0 commit comments

Comments
 (0)