mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-08-20 16:52:57 +00:00
Update SystemPrompt in example chat template configuration
This commit is contained in:
parent
05d86f8e39
commit
06f3988b18
@ -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"] = {
|
||||||
|
Loading…
Reference in New Issue
Block a user