mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-08 16:51:54 +08:00
Update constant.ts
This commit is contained in:
@@ -53,9 +53,4 @@ export const OpenaiPath = {
|
||||
SubsPath: "dashboard/billing/subscription",
|
||||
};
|
||||
|
||||
export const DEFAULT_INPUT_TEMPLATE = `
|
||||
Act as a virtual assistant powered by model: '{{model}}', my input is:
|
||||
'''
|
||||
{{input}}
|
||||
'''
|
||||
`;
|
||||
export const DEFAULT_INPUT_TEMPLATE = `{{input}}`; // input / time / model / lang
|
||||
|
Reference in New Issue
Block a user