Leporetto commited on
Commit
432352c
1 Parent(s): 907d8c5

Update presets.py

Browse files
Files changed (1) hide show
  1. presets.py +1 -6
presets.py CHANGED
@@ -25,14 +25,9 @@ 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>
38
  """
 
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
  此App使用 `gpt-3.5-turbo` 大语言模型
32
  </div>
33
  """