[GH-ISSUE #1580] [BUG]: #1022

Closed
opened 2026-02-22 18:22:43 -05:00 by yindo · 4 comments
Owner

Originally created by @Leectan on GitHub (May 30, 2024).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/1580

Originally assigned to: @shatfield4 on GitHub.

How are you running AnythingLLM?

Docker (local)

What happened?

Found no where in anythingllm-chat-widget.min.js to update the chatbot widget icon
SyntifyAI
Cursor_and_SyntifyAI

Are there known steps to reproduce?

Please provide steps to fix so. Much appreciated.

Originally created by @Leectan on GitHub (May 30, 2024). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/1580 Originally assigned to: @shatfield4 on GitHub. ### How are you running AnythingLLM? Docker (local) ### What happened? Found no where in anythingllm-chat-widget.min.js to update the chatbot widget icon <img width="381" alt="SyntifyAI" src="https://github.com/Mintplex-Labs/anything-llm/assets/24819052/0b784d0f-b496-4e30-9e09-38ece50d16bf"> <img width="320" alt="Cursor_and_SyntifyAI" src="https://github.com/Mintplex-Labs/anything-llm/assets/24819052/bcfe2f5b-a2a5-4639-9ffe-17fb399c550b"> ### Are there known steps to reproduce? Please provide steps to fix so. Much appreciated.
yindo added the possible buginvestigating labels 2026-02-22 18:22:43 -05:00
yindo closed this issue 2026-02-22 18:22:43 -05:00
Author
Owner

@shatfield4 commented on GitHub (May 30, 2024):

You can find the documentation for the embedded chat here: embedded chat docs.

Adding the data-assistant-icon attribute to the script code you are adding to your website will allow you to change the icon.

@shatfield4 commented on GitHub (May 30, 2024): You can find the documentation for the embedded chat here: [embedded chat docs](https://github.com/Mintplex-Labs/anything-llm/tree/master/embed). Adding the `data-assistant-icon` attribute to the script code you are adding to your website will allow you to change the icon.
Author
Owner

@Leectan commented on GitHub (May 31, 2024):

Added, does not see it rendered, what am I missing? the chat icon completely gone after adding the data-assistant-icon line. Appreciate your help Sean.

`

<script data-embed-id="c029ef00-9949-40d3-82cc-d7e1f55daa7b" data-base-api-url="http://localhost:3001/api/embed" src="http://localhost:3001/embed/anythingllm-chat-widget.min.js"> data-assistant-icon="http://localhost:3001/embed/favicon.png" </script>

`

@Leectan commented on GitHub (May 31, 2024): Added, does not see it rendered, what am I missing? the chat icon completely gone after adding the data-assistant-icon line. Appreciate your help Sean. `<!-- --> <script data-embed-id="c029ef00-9949-40d3-82cc-d7e1f55daa7b" data-base-api-url="http://localhost:3001/api/embed" src="http://localhost:3001/embed/anythingllm-chat-widget.min.js"> data-assistant-icon="http://localhost:3001/embed/favicon.png" </script> `
Author
Owner

@timothycarambat commented on GitHub (May 31, 2024):

@shatfield4 can you replicate this? Latest script built should be published and have this in it.

@timothycarambat commented on GitHub (May 31, 2024): @shatfield4 can you replicate this? Latest script built should be published and have this in it.
Author
Owner

@Leectan commented on GitHub (Jun 3, 2024):

@shatfield4 @timothycarambat, I understand you guys have alot to maintain this awesome tool and have alot to answer, but I've looked through all the docs and issues and tried to find a workaround in the min.js file but haven't found one yet. Would appreciate if yall can replicate and find a fix for this. Thanks in advance

@Leectan commented on GitHub (Jun 3, 2024): @shatfield4 @timothycarambat, I understand you guys have alot to maintain this awesome tool and have alot to answer, but I've looked through all the docs and issues and tried to find a workaround in the min.js file but haven't found one yet. Would appreciate if yall can replicate and find a fix for this. Thanks in advance
yindo changed title from [BUG]: to [GH-ISSUE #1580] [BUG]: 2026-06-05 14:38:32 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#1022