diff --git a/core_functional.py b/core_functional.py index 536ccb6..a71140f 100644 --- a/core_functional.py +++ b/core_functional.py @@ -68,4 +68,10 @@ def get_core_functions(): "Prefix": r"请解释以下代码:" + "\n```\n", "Suffix": "\n```\n", }, + "参考文献转Bib": { + "Prefix": r"Here are some bibliography items, please transform them into bibtex style." + + r"Note that, reference styles maybe more than one kind, you should transform each item correctly." + + r"Items need to be transformed:", + "Suffix": r"", + } }