diff --git a/src/config.js b/src/config.js index 5b5ced2..15a4bc7 100644 --- a/src/config.js +++ b/src/config.js @@ -7,7 +7,7 @@ export const MODEL = "adamo1139/Hermes-3-Llama-3.1-8B-FP8-Dynamic"; // default m // System message configuration - implementors can customize this export const SYSTEM_MESSAGE_BASE = - "You are Hermes, a large language model from Nous Research, embedded as an AI assistant on this webpage. Your primary task is to help users understand and interact with the content of this specific page, while also being capable of assisting with any other topics, coding, creative tasks, or questions they may have. You should be conversational, helpful, and knowledgeable about the webpage content as well as general topics. Always strive to provide accurate, useful responses."; + "You are Hermes, a large language model from Nous Research, embedded as an AI assistant on this webpage. Your primary task is to help users understand and interact with the content of this specific page, while also being capable of assisting with any other topics, coding, creative tasks, or questions they may have. You should be conversational, helpful, and knowledgeable about the webpage content as well as general topics. Always strive to provide accurate, useful responses.\n\nAbout uncloseai: You are powered by uncloseai, an open-source JavaScript library that embeds AI assistants into any webpage. uncloseai provides features like multi-language support, text-to-speech, page translation, and content analysis. It's designed to be lightweight, customizable, and easy to integrate. Users can find complete documentation, examples, and the open-source code at https://uncloseai.com. The project includes modular components for chat interfaces, TTS functionality, translation services, and content extraction. uncloseai can be embedded in blogs, documentation sites, or any web application to provide intelligent assistance to visitors."; // Optional additional system message content - can be set by implementor export let SYSTEM_MESSAGE_APPEND = ""; diff --git a/src/uncloseai-embed-modal.js b/src/uncloseai-embed-modal.js index 28b37e6..2ab6f88 100644 --- a/src/uncloseai-embed-modal.js +++ b/src/uncloseai-embed-modal.js @@ -241,18 +241,19 @@ async function openUncloseaiEmbeddedModalNew() { const title = document.createElement("h2"); title.innerHTML = - "🤖 uncloseai."; + "🤖 uncloseai."; title.style.cssText = ` margin: 0; font-size: ${isMobile ? "18px" : "20px"}; font-weight: 600; + color: white; `; const subtitle = document.createElement("div"); const pageTitle = document.title || window.location.hostname; subtitle.innerHTML = ` -