diff --git a/src/chatbox.tsx b/src/chatbox.tsx index b855cd6..f1f5ac5 100644 --- a/src/chatbox.tsx +++ b/src/chatbox.tsx @@ -318,7 +318,8 @@ export default function ChatBOX(props: {

)} {templateAPIs.length > 0 && - (chatStore.history.filter((msg) => !msg.example).length == 0 || + (chatStore.develop_mode || + chatStore.history.filter((msg) => !msg.example).length == 0 || !chatStore.apiEndpoint || !chatStore.apiKey) && (