shideqin commited on
Commit
66efd84
1 Parent(s): aee90bb

Update presets.py

Browse files
Files changed (1) hide show
  1. presets.py +2 -4
presets.py CHANGED
@@ -25,13 +25,11 @@ HIDE_MY_KEY = False # 如果你想在UI中隐藏你的 API 密钥,将此值
25
  SIM_K = 5
26
  INDEX_QUERY_TEMPRATURE = 1.0
27
 
28
- title = """<h1 align="left" style="min-width:200px; margin-top:0;">川虎ChatGPT 🚀</h1>"""
29
  description = """\
30
  <div align="center" style="margin:16px 0">
31
 
32
- 由Bilibili [土川虎虎虎](https://space.bilibili.com/29125536) 和 [明昭MZhao](https://space.bilibili.com/24807452)开发
33
-
34
- 访问川虎ChatGPT的 [GitHub项目](https://github.com/GaiZhenbiao/ChuanhuChatGPT) 下载最新版脚本
35
 
36
  此App使用 `gpt-3.5-turbo` 大语言模型
37
  </div>
 
25
  SIM_K = 5
26
  INDEX_QUERY_TEMPRATURE = 1.0
27
 
28
+ title = """<h1 align="left" style="min-width:200px; margin-top:0;">ChatGPT 🚀</h1>"""
29
  description = """\
30
  <div align="center" style="margin:16px 0">
31
 
32
+ 访问ChatGPT的 [GitHub项目](https://github.com/GaiZhenbiao/ChuanhuChatGPT) 下载最新版脚本
 
 
33
 
34
  此App使用 `gpt-3.5-turbo` 大语言模型
35
  </div>