deep-chat
deep-chat copied to clipboard
Fully customizable AI chatbot component for your website
If I want to call a WebSocket stream and get a response back in chunks, the cheat way is to set overwrite=true. is there a way to correlate the request...
Hey Ovidijus, I'm using the OpenAI Assistants API with this stream parameter: `{simulation: 20}` As the message appears immediately, whether or not the stream parameter is set, I'm not sure...
Hi there not a bug, but how can I disable the loading of the Google Web Font Inter? I did change the fonts of the main component, and it seems,...
The Deep Chat repo is seeking a kind contribution from dev(s) that are familiar with Elixir - Phoenix LiveView who could create a sample hello-world project that would have the...
in nuxt3, i not use vue3 defineAsyncComponent API , the deep-chat error info: `navigator is not defined`; after i use defineAsyncComponent API, the dom is not render; 
OpenAI has recently released assitant v2, the v1 will be deprecated by the end of 2024. See : https://platform.openai.com/docs/assistants/migration
I am using a custom chat endpoint where the request is handled by a group of agents, and therefore, the response comes as a list of messages. It looks like...
There are use-cases where agent can be asked to perform a task which can take time much longer than typical web request timeout limit. For example: "Research and prepare a...
A very common use case is ability to visit and resume past conversations. See https://chat.openai.com for example. It might be a good idea to provide a container component with the...
We want to display a server reponse together with some [custom button](https://deepchat.dev/docs/messages/HTML/). So our goal is to display something like this: We can successfully send either `html` or `text`, but...