合并master

This commit is contained in:
w_xiaolizu
2023-05-19 13:05:03 +08:00
16 changed files with 563 additions and 9 deletions

View File

@ -68,4 +68,11 @@ 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"",
"Visible": False,
}
}