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

enhancement
help wanted

Feature suggestion: I wish there were a prop that enables auto-submit of text based on audio input. It won't be very pleasant for the user to say a word to...

enhancement

Hi there and first of all thank you for this fantastic component. Currently I'm using version 1.4.11 and I'm trying to use file upload in combination with streaming responses. When...

bug

I am encountering an issue when using direct connection using OpenAI API Assistants where this fails to stream the response despite property stream being set to true within the DeepChat...

enhancement

@OvidijusParsiunas I think Claude 3 is now have open general access - maybe we could get Deep Chat to work with Claude 3 as well?

enhancement

When using streaming responses the chat window does not scroll to keep the latest response within the chat window: ![deep-chat-streaming](https://github.com/OvidijusParsiunas/deep-chat/assets/1963688/417632e9-be05-4268-910b-70e592d7b859) Is there a setting for this I am missing? Or...

bug
advice

Can I create suggestion buttons like in this sample image? ![image](https://github.com/OvidijusParsiunas/deep-chat/assets/21025040/8f141f72-fbad-4971-a840-c8b54bc3d5ae)

advice

Hi there We hope to add some custom buttons in the input area, just like submitting and uploading microphone buttons. Custom buttons can control their UI by passing in "svg"...

enhancement

Hello! I would like to make the deep-chat component dynamically configurable i.e. ![deep-chat-settings](https://github.com/OvidijusParsiunas/deep-chat/assets/1963688/9af30442-0b9e-464f-a9fb-e81b4763b62d) I am binding the component as: ``` :request="{ url: sseEndpointConfig.request.url, method: sseEndpointConfig.request.method, }" :requestBodyLimits="{ maxMessages: sseEndpointConfig.requestBodyLimits.maxMessages, }"...

advice

Hey Ovidijus, How can I implement multiple styling options for HTML message bubbles? Currently, I've set the HTML message style to `{ backgroundColor: "unset", padding: '0px' }`, specifically for a...

advice