mirror of
https://github.com/NovaOSS/nova-betterchat.git
synced 2024-11-25 19:54:00 +01:00
update default prompts
This commit is contained in:
parent
b28a73640a
commit
ca98ebb4a6
|
@ -133,6 +133,7 @@ const PromptLibraryMenuPopUp = ({
|
|||
{t('morePrompts')}
|
||||
<a
|
||||
href='https://github.com/f/awesome-chatgpt-prompts'
|
||||
target='_blank'
|
||||
className='link'
|
||||
>
|
||||
awesome-chatgpt-prompts
|
||||
|
|
|
@ -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?',
|
||||
},
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue