xwsm commited on
Commit
289c8b9
1 Parent(s): a8fe03b

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -15,7 +15,7 @@ def main():
15
  from check_proxy import get_current_version
16
  initial_prompt = "Serve me as a writing and programming assistant."
17
  title_html = f"<h1 align=\"center\">ChatGPT 学术优化 {get_current_version()}</h1>"
18
- description = """<center>ChatGPT公益站点❤️<a href="https://enna.eu.org" target="_blank">商店</a> | <a href="https://pic.hhao.cc/imgs/2023/03/6c4f8dab0ac56e62.jpg" target="_blank">联系我</a></center>"""
19
 
20
  # 问询记录, python 版本建议3.9+(越新越好)
21
  import logging
 
15
  from check_proxy import get_current_version
16
  initial_prompt = "Serve me as a writing and programming assistant."
17
  title_html = f"<h1 align=\"center\">ChatGPT 学术优化 {get_current_version()}</h1>"
18
+ description = """ChatGPT公益站点❤️[商店](https://enna.eu.org) | [联系我](https://pic.hhao.cc/imgs/2023/03/6c4f8dab0ac56e62.jpg)"""
19
 
20
  # 问询记录, python 版本建议3.9+(越新越好)
21
  import logging