fix: miss openaiCustomUrl in get-models payload

This commit is contained in:
jialin
2026-02-24 15:36:41 +08:00
parent 053e5cca86
commit 5151f26b9e
5 changed files with 28 additions and 6 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ const ModelItem: React.FC<ModelItemProps> = ({
form.getFieldValue('api_key')
) as string,
proxy_url: proxyConfigEnabled
? form.getFieldValue('proxy_url') || undefined
? form.getFieldValue('proxy_url') || null
: null,
config: {
type: form.getFieldValue(['config', 'type']) || ''