deep-chat
deep-chat copied to clipboard
Fully customizable AI chatbot component for your website
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...
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...
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...
@OvidijusParsiunas I think Claude 3 is now have open general access - maybe we could get Deep Chat to work with Claude 3 as well?
When using streaming responses the chat window does not scroll to keep the latest response within the chat window:  Is there a setting for this I am missing? Or...
Can I create suggestion buttons like in this sample image? 
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"...
Hello! I would like to make the deep-chat component dynamically configurable i.e.  I am binding the component as: ``` :request="{ url: sseEndpointConfig.request.url, method: sseEndpointConfig.request.method, }" :requestBodyLimits="{ maxMessages: sseEndpointConfig.requestBodyLimits.maxMessages, }"...
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...