Update core_functional.py

This commit is contained in:
CSUMaVeRick 2023-05-11 13:42:51 +08:00 committed by GitHub
parent 30de8f1358
commit 57297605e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"",
}
}