diff --git a/src/app/[variants]/(main)/settings/provider/features/ProviderConfig/Checker.tsx b/src/app/[variants]/(main)/settings/provider/features/ProviderConfig/Checker.tsx index 7298a5bc20e88..8afec246f4d80 100644 --- a/src/app/[variants]/(main)/settings/provider/features/ProviderConfig/Checker.tsx +++ b/src/app/[variants]/(main)/settings/provider/features/ProviderConfig/Checker.tsx @@ -20,11 +20,16 @@ const Error = memo<{ error: ChatMessageError }>(({ error }) => { const providerName = useProviderName(error.body?.provider); return ( - + - + {JSON.stringify(error.body || error, null, 2)}