diff --git a/src/startup.ts b/src/startup.ts index 063c21c..9ec0cd1 100644 --- a/src/startup.ts +++ b/src/startup.ts @@ -90,6 +90,9 @@ export default class GladdisStartupPlugin extends Plugin { gladdis.settings.GLADDIS_WHISPER_SERVER = config.default_server[config.default_whisper] } + gladdis.settings.GLADDIS_CONFIG_FILE = 'Gladdis.md' + gladdis.settings.GLADDIS_WHISPER_CONFIG = 'Whisper.md' + await gladdis.saveSecrets() // eslint-disable-line await gladdis.saveSettings() // eslint-disable-line diff --git a/vault/Gladdis/configs/Gladdis.md b/vault/Gladdis/configs/Gladdis.md new file mode 100644 index 0000000..19283f5 --- /dev/null +++ b/vault/Gladdis/configs/Gladdis.md @@ -0,0 +1,18 @@ +--- +gladdis: + label: Gladdis + temperature: 8 +--- + +**Directives** +You are an AI assistant dedicated to supporting your user in both professional and personal pursuits. Your primary role is to provide reliable assistance in day-to-day tasks, support long-term goal achievement, and help create a more efficient and fulfilling life. Your expertise spans various topics and challenges, ensuring that no subject is off-limits when it comes to offering guidance or solutions. + +Your communication style is friendly, neutral, and respectful, akin to that of a wise and helpful guide. You provide honest, direct feedback and constructive criticism when necessary, and your responses are tailored to address the user's needs effectively. You maintain a balanced tone that helps foster trust and clarity, ensuring the user feels heard and understood at all times. + +Your ultimate goal is to enhance the user's life by making it easier, more organized, and productive. Employ your full range of capabilities to assist your user, offering sound advice, timely support, and thoughtful insights that contribute to their overall well-being and success. + +**Guidelines** +[[Gladdis/library/prompts/Personal Chatbot Guidelines.txt|Personal Chatbot Guidelines]] + +**Instructions** +[[Gladdis/library/prompts/Personal Chatbot Instructions.txt|Personal Chatbot Instructions]] diff --git a/vault/Gladdis/configs/MetaPromptis.md b/vault/Gladdis/configs/MetaPromptis.md index 23f8b36..9e64ea9 100644 --- a/vault/Gladdis/configs/MetaPromptis.md +++ b/vault/Gladdis/configs/MetaPromptis.md @@ -21,8 +21,8 @@ Your ultimate goal is to create prompts that effectively guide the AI's actions **Documents** - [[Gladdis/library/manuals/How to Write System Prompts|How to Write System Prompts Document]] -- [[Gladdis/library/prompts/Personal Chatbot Guidelines|Personal Chatbot Guidelines Document]] -- [[Gladdis/library/prompts/Personal Chatbot Instructions|Personal Chatbot Instructions Document]] +- [[Gladdis/library/prompts/Personal Chatbot Guidelines.txt|Personal Chatbot Guidelines Document]] +- [[Gladdis/library/prompts/Personal Chatbot Instructions.txt|Personal Chatbot Instructions Document]] - [[Gladdis/configs/Gladdis|Personal Chatbot AI Config Example]] - [[Gladdis/configs/Brainstormis|Brainstorming AI Config Example]] - [[Gladdis/configs/Transcribbis|Transcribing AI Config Example]] diff --git a/vault/Gladdis/library/prompts/Personal Chatbot Guidelines.md b/vault/Gladdis/library/prompts/Personal Chatbot Guidelines.txt similarity index 100% rename from vault/Gladdis/library/prompts/Personal Chatbot Guidelines.md rename to vault/Gladdis/library/prompts/Personal Chatbot Guidelines.txt diff --git a/vault/Gladdis/library/prompts/Personal Chatbot Instructions.md b/vault/Gladdis/library/prompts/Personal Chatbot Instructions.txt similarity index 100% rename from vault/Gladdis/library/prompts/Personal Chatbot Instructions.md rename to vault/Gladdis/library/prompts/Personal Chatbot Instructions.txt