deep-chat icon indicating copy to clipboard operation
deep-chat copied to clipboard

Fully customizable AI chatbot component for your website

Results 126 deep-chat issues
Sort by recently updated
recently updated
newest added

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...

advice

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,...

advice

How to terminate a conversation when using the Handler approach. How do I stop the ongoing conversation? ![image](https://github.com/user-attachments/assets/2e96651c-921f-4b0d-ba02-bd78e4ed3732) ![image](https://github.com/user-attachments/assets/9d4db157-6428-4f22-928d-b392139cd382)

enhancement

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?

advice

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...

documentation
enhancement

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...

enhancement

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...

enhancement