We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d8a3f7 commit 283638aCopy full SHA for 283638a
1 file changed
src/renderer/src/components/settings/LLMSettings.tsx
@@ -70,7 +70,8 @@ function LLMConfigForm({ open, config, onSave, onCancel }: LLMConfigFormProps) {
70
apiHost: values.apiHost,
71
apiKey: values.apiKey,
72
modelName: values.modelName,
73
- createdAt: config?.createdAt || Date.now()
+ createdAt: config?.createdAt || Date.now(),
74
+ modelConfigId: values.modelConfigId
75
}
76
77
onSave(newConfig)
0 commit comments