feat: add asset library download button, fix env ports, update README, optimize semantics, support multi-image reading, and allow voiceover analysis for silent segments

This commit is contained in:
saturn
2026-03-13 17:37:52 +08:00
parent be1853534a
commit eec27fbabf
41 changed files with 977 additions and 187 deletions

View File

@@ -87,6 +87,13 @@ export const ERROR_CATALOG = {
userMessageKey: 'errors.MODEL_NOT_REGISTERED',
defaultMessage: 'Model is not registered',
},
MODEL_NOT_CONFIGURED: {
httpStatus: 400,
retryable: false,
category: ERROR_CATEGORY.PROVIDER,
userMessageKey: 'errors.MODEL_NOT_CONFIGURED',
defaultMessage: 'Model is not configured. Please add a model in the settings first.',
},
QUOTA_EXCEEDED: {
httpStatus: 429,
retryable: true,