We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b0e8c4 commit 67e0f4eCopy full SHA for 67e0f4e
public/catbot.svg
src/entry/components/RunLlmWidget/index.js
@@ -28,11 +28,12 @@ function RunLlmWidget() {
28
src="https://widget.runllm.com"
29
version="stable"
30
runllm-theme-color="#64d88b"
31
- runllm-brand-logo="/favicon.svg"
+ runllm-brand-logo="/catbot.svg"
32
runllm-keyboard-shortcut="Mod+j"
33
runllm-name="OpenBuild"
34
runllm-position="BOTTOM_RIGHT"
35
runllm-assistant-id="328"
36
+ runllm-floating-button-text=""
37
async
38
/>
39
);
0 commit comments