From 2602f3082cf0880f4c9bff80787ed5ae546c5048 Mon Sep 17 00:00:00 2001 From: winlin Date: Mon, 18 Sep 2023 13:12:44 +0800 Subject: [PATCH] Refine prompt for simple and easy to understand. --- tools.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools.py b/tools.py index 167c929..63433f8 100644 --- a/tools.py +++ b/tools.py @@ -1,9 +1,9 @@ import os, requests, openai, emoji from urllib.parse import urlparse -PROMPT_TRANS_HEAD="Translate to english:" +PROMPT_TRANS_HEAD="Translate to simple, easy to understand, conversational English:" PROMPT_TRANS_SANDWICH="Make sure to maintain the markdown structure." -PROMPT_REPHRASE_REFINE="Rephrase in a technical manner:" +PROMPT_REPHRASE_REFINE="Rephrase text in simple, easy to understand, conversational English:" TRANS_MAGIC="TRANS_BY_GPT4" TRANS_DELIMETER = '\n\n' TRANS_DELIMETER_PR = '---------'