diff --git a/web/app/components/app/configuration/debug/index.tsx b/web/app/components/app/configuration/debug/index.tsx index 4e5fa5a38a..d4f3a78076 100644 --- a/web/app/components/app/configuration/debug/index.tsx +++ b/web/app/components/app/configuration/debug/index.tsx @@ -391,7 +391,7 @@ const Debug: FC = ({ ) : null } - {mode === 'chat' && ( + {mode !== AppType.completion && (