diff --git a/examples/server/themes/mount-ai/colorthemes.css b/examples/server/themes/mount-ai/colorthemes.css index 435561705..4a8f285db 100755 --- a/examples/server/themes/mount-ai/colorthemes.css +++ b/examples/server/themes/mount-ai/colorthemes.css @@ -101,6 +101,8 @@ --textarea-border-color: var(--secondary-color-4); + --chat-id-color: var(--theme-nuance-color-4); + /* ------------------------------------------- */ --button-alert-text-hover: var(--primary-color-1); --button-alert-color-hover: var(--theme-purple-color); diff --git a/examples/server/themes/mount-ai/index.html b/examples/server/themes/mount-ai/index.html index b0767ed51..aa11d65c8 100644 --- a/examples/server/themes/mount-ai/index.html +++ b/examples/server/themes/mount-ai/index.html @@ -281,7 +281,7 @@ await runLlama(prompt, { ...params.value, slot_id: slot_id, - stop: ["", template("{{char}}:"), template("{{user}}:")], + stop: ["", template("{{char}}"), template("{{user}}")], }, "{{char}}"); } @@ -357,7 +357,7 @@