diff --git a/.gitignore b/.gitignore index b24c934..dc591ea 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,4 @@ __pycache__ *.sql !database/*.sql +_dt_*.py diff --git a/components/app/windows/chatbot.vue b/components/app/windows/chatbot.vue index 4d6a4f9..63e9945 100644 --- a/components/app/windows/chatbot.vue +++ b/components/app/windows/chatbot.vue @@ -48,7 +48,11 @@ const sendChatData = (event?: KeyboardEvent) => { }, 3000); }; -onMounted(async () => { +const stopChatGenerate = () => { + aiGenerating.value = false; +}; + +/*onMounted(async () => { console.log(cookieChatId); if (cookieChatId) { } else { @@ -63,7 +67,7 @@ onMounted(async () => { ); cookieChatId.value = checkUserChatId.value; } -}); +});*/ onMounted(async () => { /*const { data: getData, @@ -136,7 +140,7 @@ onMounted(async () => {