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

`chatElementRef.addMessage({ html: htmlContent, role: 'assistant'})` `chatElementRef.addMessage({ html: htmlContent, role: 'assistant'})` `chatElementRef.addMessage({ html: htmlContent, role: 'assistant'})` `signals.onResponse({ text: finalAnswer, role:'assistant' });` To achieve returning multiple messages, I used the above method,...

bug

Hi, first of all congrats on excellent project, big fan! I was just wondering, along the lines of the buttons "images" or "microphone" etc. Is there a way to place...

enhancement

Allow to multiple `introMessage`, currently i am having a usecase of 2 intro message from ai, 1st one is for greeting, 2nd one is for giving example question the user...

enhancement

I am currently using https://deepchat.dev/docs/events/#onMessage to access the message that is received by deep-chat. However I can only access it after the stream has ended for that message. Optimally I...

advice

I am following [Suggestion button](https://deepchat.dev/docs/messages/HTML#moreExamples) examples to better onboard my user by giving examples to them. See this minimum reproducible snippet: https://codesandbox.io/p/sandbox/deep-chat-reat-jmrnyl?file=%2Fsrc%2FApp.js%3A17%2C14 1. Notice the avatar is visible only in...

bug

Hello @OvidijusParsiunas ! First off thanks for the great package! I'm running on a little issue though. I've implemented the deep-chat component on my Vue 3 app, as follows: **...

Hello! I would like to ask for some advice on a current requirement. The design is as follows: I want the upper part to have a typewriter effect and render...

Uses the [scrollTo()](https://developer.mozilla.org/en-US/docs/Web/API/Window/scrollTo) method instead of directly setting the scrollTop. By default, it will still scroll instantly. When passing `smooth = true`, it'll set the [behaviour](https://developer.mozilla.org/en-US/docs/Web/API/Window/scrollTo#behavior) to `smooth`.

enhancement

I am using the Speech To Element library via speechtotext for speech input in deep-chat, and I've noticed that many modern interfaces have moved away from requiring the user to...

Hi, I want to use the Interceptors properties to modify our input messages before sending to open ai api. But I don't know how to do this in vue2 with...