mirror of
https://github.com/multipleof4/sune.git
synced 2026-01-13 16:17:55 +00:00
This build was committed by a bot.
This commit is contained in:
@@ -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() {
|
||||
Reference in New Issue
Block a user