deep-chat
deep-chat copied to clipboard
Fully customizable AI chatbot component for your website
ara -> are
Has anyone tried deep-chat with [Azure Assistants API](https://learn.microsoft.com/en-us/azure/ai-services/openai/how-to/assistant)? I'm in the process of getting an Azure OpenAI account setup, and thought I'd ask to see if deep-chat supports it. Looks...
Hi, Many LLMs/FMs provides content generation regarding math/technical models by using LaTeX. There is a translator under MIT: https://latex.js.org/ I'm not sure how can I integrate this library on Deep-Chat,...
Environment: Vue3 Code: `const isFormData = request.body instanceof FormData; if (isFormData) { const formData = new FormData(); let files = []; if (request.body && typeof request.body.getAll === 'function') { files...
When we tried to integrate the active-table, it displays correctly, but the sorting feature doesn't work. We also attempted to use another third-party package, vue-good-table-next, but it doesn't display the...
Hi, i want to do my own chat AI interface for study and personnal project. I find the library interesting, the only problem is that I use Ollama as LLM...
One of the things I had noticed while working on the hosting a flask server was that sometimes there could be a conflict due to the existing dependencies installed in...
This PR introduces an optional property, `remarkableConfig`, to the DeepChat element: ```javascript @Property('object') remarkableConfig?: RemarkableOptions; ``` The motivation behind this PR was the necessity to set the default behavior for...
As far as i can see the function_handler param can not accept an async function. This is very limiting because i want to handle function calls by calling async methods...
chatElementRef.focusInput() method does not work on Safari browser