小而美

这个提交包含在:
binary-husky
2023-07-10 00:20:14 +08:00
父节点 4fde0120ab
当前提交 acddb86f3a
共有 4 个文件被更改,包括 14 次插入11 次删除

查看文件

@@ -16,7 +16,7 @@ def main():
from check_proxy import get_current_version
from theme.theme import adjust_theme, advanced_css, theme_declaration
initial_prompt = "Serve me as a writing and programming assistant."
title_html = f"<h1 align=\"center\">GPT 学术优化 {get_current_version()}</h1><h2 align=\"center\" class=\"small\">{theme_declaration}</h2>"
title_html = f"<h1 align=\"center\">GPT 学术优化 {get_current_version()}</h1>{theme_declaration}"
description = """代码开源和更新[地址🚀](https://github.com/binary-husky/chatgpt_academic),感谢热情的[开发者们❤️](https://github.com/binary-husky/chatgpt_academic/graphs/contributors)"""
# 问询记录, python 版本建议3.9+(越新越好)