From 94fc396eb97cedb175d104b20ea8a1697beeed65 Mon Sep 17 00:00:00 2001 From: binary-husky Date: Thu, 18 Jan 2024 15:32:17 +0800 Subject: [PATCH] Fix translation task name in core_functional.py --- core_functional.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core_functional.py b/core_functional.py index e19e82e..63648f4 100644 --- a/core_functional.py +++ b/core_functional.py @@ -50,7 +50,7 @@ def get_core_functions(): "Prefix": r"Please translate following sentence to English:" + "\n\n", "Suffix": r"", }, - "学术中英互译": { + "学术英中互译": { "Prefix": r"I want you to act as a scientific English-Chinese translator, " + r"I will provide you with some paragraphs in one language " + r"and your task is to accurately and academically translate the paragraphs only into the other language. " +