Skip to content

Commit

Permalink
Update constant.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Yidadaa authored Jun 24, 2023
1 parent 35ba898 commit f33be37
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions app/constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f33be37

Please sign in to comment.