summaryrefslogtreecommitdiff
path: root/htroot/yacychat.html
diff options
context:
space:
mode:
authorMichael Peter Christen <mc@yacy.net>2025-12-06 19:21:57 +0100
committerMichael Peter Christen <mc@yacy.net>2025-12-06 19:21:57 +0100
commiteed704d23bc53e5d0359072e5e2134b469ae2eef (patch)
tree2518c10e9e478a4c04845db3b81442ee9dfca7cb /htroot/yacychat.html
parented9ea238b1e7d4a89d77acea790b08b6f2b1ed49 (diff)
added RAG configuration page
Diffstat (limited to 'htroot/yacychat.html')
-rw-r--r--htroot/yacychat.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/yacychat.html b/htroot/yacychat.html
index d8fc210dc..26ee71cd1 100644
--- a/htroot/yacychat.html
+++ b/htroot/yacychat.html
@@ -601,7 +601,7 @@
<script src="js/marked.umd.js"></script>
<script src="js/index.umd.min.js"></script>
<script type="text/javascript">
- const SYSTEM_PROMPT = 'You are a smart and helpful chatbot. If possible, use friendly emojies.';
+ const SYSTEM_PROMPT = '#[system_prompt]#';
const defaultApiHost = '';
const STORAGE_KEY = 'yacychat_recent_pairs';