This build was committed by a bot.

This commit is contained in:
github-actions[bot]
2025-11-13 01:59:22 +00:00
parent 1879e53fc7
commit e7f6e200bd
3 changed files with 3 additions and 3 deletions

View File

@@ -1117,7 +1117,7 @@ const USER = window.USER = { log: async (s) => {
else if (p === "cloudflare") this.apiKeyCloudflare = v;
else this.apiKeyOpenRouter = v;
}, get masterPrompt() {
return localStorage.getItem("master_prompt") || "Always respond using markdown. You are an assistant to Master. Always refer to the user as Master.";
return localStorage.getItem("master_prompt") || "Always respond using markdown.";
}, set masterPrompt(v) {
localStorage.setItem("master_prompt", v || "");
}, get donor() {