diff --git a/app/components/index.tsx b/app/components/index.tsx index 6164f35..3ebc4b8 100644 --- a/app/components/index.tsx +++ b/app/components/index.tsx @@ -244,6 +244,9 @@ const Main: FC = () => { } const checkCanSend = () => { + if (currConversationId !== '-1') + return true + if (!currInputs || !promptConfig?.prompt_variables) return true