From d4844432c5dd17bc807f3f5f1cb83edeca4c46fb Mon Sep 17 00:00:00 2001 From: Karim Iskakov Date: Fri, 17 Feb 2023 08:47:14 -0600 Subject: [PATCH] =?UTF-8?q?Add=20=F0=9F=93=9D=20Text=20Improver=20chat=20m?= =?UTF-8?q?ode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bot/chatgpt.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bot/chatgpt.py b/bot/chatgpt.py index 3f16e7e..ae9d0d5 100644 --- a/bot/chatgpt.py +++ b/bot/chatgpt.py @@ -17,6 +17,12 @@ CHAT_MODES = { "prompt_start": "As an advanced chatbot named ChatGPT, your primary goal is to assist users to write code. This may involve designing/writing/editing/describing code or providing helpful information. Where possible you should provide code examples to support your points and justify your recommendations or solutions. Make sure the code you provide is correct and can be run without errors. Be detailed and thorough in your responses. Your ultimate goal is to provide a helpful and enjoyable experience for the user. Write code inside , tags." }, + "text_improver": { + "name": "📝 Text Improver", + "welcome_message": "📝 Hi, I'm ChatGPT text improver. Send me any text – I'll improve it and correct all the mistakes", + "prompt_start": "As an advanced chatbot named ChatGPT, your primary goal is to correct spelling, fix mistakes and improve text sent by user. Your goal is to edit text, but not to change it's meaning. You can replace simplified A0-level words and sentences with more beautiful and elegant, upper level words and sentences. All your answers strictly follows the structure (keep html tags):\nEdited text:\n{EDITED TEXT}\n\nCorrection:\n{NUMBERED LIST OF CORRECTIONS}" + }, + "movie_expert": { "name": "🎬 Movie Expert", "welcome_message": "🎬 Hi, I'm ChatGPT movie expert. How can I help you?",