Miiikasa commited on
Commit
7220c3c
·
1 Parent(s): 128bb81

Update modules/presets.py

Browse files
Files changed (1) hide show
  1. modules/presets.py +3 -3
modules/presets.py CHANGED
@@ -29,13 +29,13 @@ CONCURRENT_COUNT = 100 # 允许同时使用的用户数量
29
  SIM_K = 5
30
  INDEX_QUERY_TEMPRATURE = 1.0
31
 
32
- title = """<h1 align="left" style="min-width:200px; margin-top:0;">川虎ChatGPT 🚀</h1>"""
33
  description = """\
34
  <div align="center" style="margin:16px 0">
35
 
36
- Bilibili [土川虎虎虎](https://space.bilibili.com/29125536) 和 [明昭MZhao](https://space.bilibili.com/24807452)开发
37
 
38
- 访问川虎ChatGPT的 [GitHub项目](https://github.com/GaiZhenbiao/ChuanhuChatGPT) 下载最新版脚本
39
 
40
  此App使用 `gpt-3.5-turbo` 大语言模型
41
  </div>
 
29
  SIM_K = 5
30
  INDEX_QUERY_TEMPRATURE = 1.0
31
 
32
+ title = """<h1 align="left" style="min-width:200px; margin-top:0;">Miaksa ChatGPT 🚀</h1>"""
33
  description = """\
34
  <div align="center" style="margin:16px 0">
35
 
36
+ 框架来自于由Bilibili [土川虎虎虎](https://space.bilibili.com/29125536) 和 [明昭MZhao](https://space.bilibili.com/24807452)开发
37
 
38
+ 访问GitHub项目](https://github.com/GaiZhenbiao/ChuanhuChatGPT) 下载最新版脚本
39
 
40
  此App使用 `gpt-3.5-turbo` 大语言模型
41
  </div>