mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-08 23:20:28 +08:00
feat: #close 1789 add user input template
This commit is contained in:
@@ -52,3 +52,10 @@ export const OpenaiPath = {
|
||||
UsagePath: "dashboard/billing/usage",
|
||||
SubsPath: "dashboard/billing/subscription",
|
||||
};
|
||||
|
||||
export const DEFAULT_INPUT_TEMPLATE = `
|
||||
Act as a virtual assistant powered by model: '{{model}}', my input is:
|
||||
'''
|
||||
{{input}}
|
||||
'''
|
||||
`;
|
||||
|
Reference in New Issue
Block a user