You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When importing a preset configuration file, the system requires three VLM key fields (vlmBaseUrl, vlmApiKey, and vlmModelName) to be present in the configuration file, even if these fields have already been set in the Settings-VLM settings page.
Expected behavior: The system should work as long as VLM key fields are provided either in the Settings-VLM settings page or in the imported configuration file. When importing a configuration with some fields missing, it should use the existing values from the settings page.
Actual behavior: Import fails with validation errors if any of the VLM key fields are missing in the configuration file:
CopyInsert
Error invoking remote method 'setting:importPresetFromText': [
{ "code": "invalid_type", "expected": "string", "received": "undefined", "path": [ "vlmBaseUrl" ], "message": "Required" },
{ "code": "invalid_type", "expected": "string", "received": "undefined", "path": [ "vlmApiKey" ], "message": "Required" },
{ "code": "invalid_type", "expected": "string", "received": "undefined", "path": [ "vlmModelName" ], "message": "Required" }
]
Error Logs
No response
The text was updated successfully, but these errors were encountered:
Version
0.1.0
Model
UI-TARS-7B-DPO
Deployment Method
Cloud
Issue Description
When importing a preset configuration file, the system requires three VLM key fields (vlmBaseUrl, vlmApiKey, and vlmModelName) to be present in the configuration file, even if these fields have already been set in the Settings-VLM settings page.
Expected behavior: The system should work as long as VLM key fields are provided either in the Settings-VLM settings page or in the imported configuration file. When importing a configuration with some fields missing, it should use the existing values from the settings page.
Actual behavior: Import fails with validation errors if any of the VLM key fields are missing in the configuration file:
CopyInsert
Error invoking remote method 'setting:importPresetFromText': [
{ "code": "invalid_type", "expected": "string", "received": "undefined", "path": [ "vlmBaseUrl" ], "message": "Required" },
{ "code": "invalid_type", "expected": "string", "received": "undefined", "path": [ "vlmApiKey" ], "message": "Required" },
{ "code": "invalid_type", "expected": "string", "received": "undefined", "path": [ "vlmModelName" ], "message": "Required" }
]
Error Logs
No response
The text was updated successfully, but these errors were encountered: