diff --git a/src/components/PromptLibraryMenu/PromptLibraryMenu.tsx b/src/components/PromptLibraryMenu/PromptLibraryMenu.tsx index b1c8836..77fa31f 100644 --- a/src/components/PromptLibraryMenu/PromptLibraryMenu.tsx +++ b/src/components/PromptLibraryMenu/PromptLibraryMenu.tsx @@ -133,6 +133,7 @@ const PromptLibraryMenuPopUp = ({ {t('morePrompts')} awesome-chatgpt-prompts diff --git a/src/constants/prompt.ts b/src/constants/prompt.ts index 63141b3..a0c8ebf 100644 --- a/src/constants/prompt.ts +++ b/src/constants/prompt.ts @@ -6,13 +6,7 @@ const defaultPrompts: Prompt[] = [ id: '0d3e9cb7-b585-43fa-acc3-840c189f6b93', name: 'English Translator', prompt: - 'I want you to act as an English translator, spelling corrector and improver. I will speak to you in any language and you will detect the language, translate it and answer in the corrected and improved version of my text, in English. I want you to replace my simplified A0-level words and sentences with more beautiful and elegant, upper level English words and sentences. Keep the meaning same, but make them more literary. I want you to only reply the correction, the improvements and nothing else, do not write explanations. My first sentence is "落霞與孤鶩齊飛,秋水共長天一色".', - }, - { - id: 'daaf35d9-56fd-4bad-95da-5acfc51a5120', - name: 'Interviewer', - prompt: - 'I want you to act as an interviewer. I will be the candidate and you will ask me the interview questions for the Frontend Developer position. I want you to only reply as the interviewer. Do not write all the conservation at once. I want you to only do the interview with me. Ask me the questions and wait for my answers. Do not write explanations. Ask me the questions one by one like an interviewer does and wait for my answers. My first sentence is "Hi".', + 'I want you to act as an English translator, spelling corrector and improver. I will speak to you in any language and you will detect the language, translate it and answer in the corrected and improved version of my text, in English. I want you to replace my simplified A0-level words and sentences with more beautiful and elegant, upper level English words and sentences. Keep the meaning same, but make them more literary. I want you to only reply the correction, the improvements and nothing else, do not write explanations. Do you understand?', }, ];