Add user_prompt to WebUI

This commit is contained in:
yangdx
2025-05-08 04:15:21 +08:00
parent a359414931
commit d914de441e
8 changed files with 58 additions and 6 deletions

View File

@@ -350,7 +350,10 @@
"onlyNeedPrompt": "Only Need Prompt",
"onlyNeedPromptTooltip": "If True, only returns the generated prompt without producing a response",
"streamResponse": "Stream Response",
"streamResponseTooltip": "If True, enables streaming output for real-time responses"
"streamResponseTooltip": "If True, enables streaming output for real-time responses",
"userPrompt": "User Prompt",
"userPromptTooltip": "Provide additional response requirements to the LLM (unrelated to query content, only for output processing).",
"userPromptPlaceholder": "Enter custom prompt (optional)"
}
},
"apiSite": {