Update SystemPrompt in example chat template configuration

This commit is contained in:
Thorsten Sommer 2025-08-17 14:54:59 +02:00
parent 05d86f8e39
commit 06f3988b18
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -77,7 +77,7 @@ CONFIG["CHAT_TEMPLATES"] = {}
CONFIG["CHAT_TEMPLATES"][#CONFIG["CHAT_TEMPLATES"]+1] = { CONFIG["CHAT_TEMPLATES"][#CONFIG["CHAT_TEMPLATES"]+1] = {
["Id"] = "00000000-0000-0000-0000-000000000000", ["Id"] = "00000000-0000-0000-0000-000000000000",
["Name"] = "<user-friendly name of the chat template>", ["Name"] = "<user-friendly name of the chat template>",
["SystemPrompt"] = "You are <Company Name>'s helpful AI assistant for <Department Name>.", ["SystemPrompt"] = "You are <Company Name>'s helpful AI assistant for <Department Name>. Your task is ...",
["PredefinedUserPrompt"] = "Please help me with ...", ["PredefinedUserPrompt"] = "Please help me with ...",
["AllowProfileUsage"] = true, ["AllowProfileUsage"] = true,
["ExampleConversation"] = { ["ExampleConversation"] = {