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 any support planned for the OpenAI Realtime API? It would be great to have a speech to speech conversation by connecting directly to OpenAI via websocket or by...

enhancement

hi there, it is a great component, it works fine with my product. I have a usecase: The end user chat through the stream chat, I want the LLM to...

advice

I just wrote up a tutorial on how to integrate Deep Chat with KubeAI. I was curious if there is a place in Deep Chat docs where we could add...

advice

I'm trying to add the attribute 'aria-label' to the 'submit' button for 508 compliance of our site. I did see issue #385 and cannot get it to work for me....

advice

I was trying to implement the handler for the FilesServiceConfig and ran into an issue that seems to prevent it from being called at all. The `parseConfig` method in `SetFileTypes`...

bug

When the on-screen keyboard opens in mobile browsers, the entire chat component shifts upward instead of adjusting smoothly within the visible viewport. A detailed discussion has already taken place regarding...

advice

When a response is streaming, in the response interceptor you can add messages ``` const responseInterceptor = (response) => { if (message.text === "special") { return deepChat.addMessage(formatSpecialMessage(response)) } if (domContainsSpecial())...

advice

Similar to https://github.com/OvidijusParsiunas/deep-chat/issues/119 Am using: [email protected] ``` directConnection = { openRouter: { key: apiKey, model: "minimax/minimax-m2:free", system_prompt: "You are helpful", stream: true, tools: [ { type: "function", function: { name:...

advice

Would be great to replace all position values with logical values. - left -> start - right -> end - inside-left -> inside-start - inside-right -> inside-end - outside-left ->...

enhancement

**Problem description** When I use a lot of tokens at once, or the conversation is long and contains a lot of code, the dialog box will become blank. Even if...

advice