Add user_prompt to WebUI
This commit is contained in:
@@ -350,7 +350,10 @@
|
||||
"onlyNeedPrompt": "仅需提示",
|
||||
"onlyNeedPromptTooltip": "如果为True,仅返回生成的提示而不产生响应",
|
||||
"streamResponse": "流式响应",
|
||||
"streamResponseTooltip": "如果为True,启用实时流式输出响应"
|
||||
"streamResponseTooltip": "如果为True,启用实时流式输出响应",
|
||||
"userPrompt": "用户提示词",
|
||||
"userPromptTooltip": "向LLM提供额外的响应要求(与查询内容无关,仅用于处理输出)。",
|
||||
"userPromptPlaceholder": "输入自定义提示词(可选)"
|
||||
}
|
||||
},
|
||||
"apiSite": {
|
||||
|
Reference in New Issue
Block a user