deep-chat
deep-chat copied to clipboard
Fully customizable AI chatbot component for your website
Is there way to embed as an open/close chat button like many chatbots ? https://react-chatbotify.tjtanjin.com/docs/api/bot_options#chatbutton (See also bottom right of page for example)
I'm using sveltekit and I'm trying to use `requestInterceptor` to intercept a request. Specifically, I'm trying to wait for some event to happen so some variable changes before I send...
Currently, I want to achieve the following: when the user sends the dialogue "start", it will enter dialogue mode. At this point, a ConversationID will be generated. Throughout the conversation,...
How to terminate a conversation when using the Handler approach. How do I stop the ongoing conversation?  
Hi DeepChatTeam! I'm struggling to get submitUserMessage to work. Basically it doesn't seem to do anything at all and I'm not sure why. So I made a very simple example...
How can I actively stop the conversation using code? Which function can achieve this?
I made a start at adding some [Vercel AI SDK](https://sdk.vercel.ai/) examples for Express: https://github.com/OvidijusParsiunas/deep-chat/compare/main...techpeace:vercel-ai-sdk?expand=1 Vercel AI SDK is a nice addition since it abstracts calls to several LLM providers. Anything...
Hi, I'm using DeepChat as a frontend for a project using LLM agents. The main feature I wanted was to be able to edit the AI messages to create a...
textInput doesn't provide an onBlur function in order to display a placeholder after blur on the input text... What would be good is to be able to do somethig like...