mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-07-24 21:36:06 +00:00
chore: provide default prompt
This commit is contained in:
@@ -100,7 +100,7 @@
|
|||||||
"model": "gpt-4o",
|
"model": "gpt-4o",
|
||||||
"prompt-mode": "normal",
|
"prompt-mode": "normal",
|
||||||
"prompt": {
|
"prompt": {
|
||||||
"default": ""
|
"default": "You are a helpful assistant."
|
||||||
},
|
},
|
||||||
"runner": "local-agent",
|
"runner": "local-agent",
|
||||||
"dify-service-api": {
|
"dify-service-api": {
|
||||||
|
|||||||
@@ -368,7 +368,7 @@
|
|||||||
"type": "string",
|
"type": "string",
|
||||||
"title": "默认情景预设",
|
"title": "默认情景预设",
|
||||||
"description": "设置默认情景预设。值为空字符串时,将不使用情景预设(人格)",
|
"description": "设置默认情景预设。值为空字符串时,将不使用情景预设(人格)",
|
||||||
"default": ""
|
"default": "You are a helpful assistant."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"patternProperties": {
|
"patternProperties": {
|
||||||
|
|||||||
Reference in New Issue
Block a user