diff options
Diffstat (limited to 'htroot/yacychat.html')
| -rw-r--r-- | htroot/yacychat.html | 2 |
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'; |
