Files changed (1) hide show
  1. modules/presets.py +2 -9
modules/presets.py CHANGED
@@ -30,21 +30,14 @@ CONCURRENT_COUNT = 100 # 允许同时使用的用户数量
30
  SIM_K = 5
31
  INDEX_QUERY_TEMPRATURE = 1.0
32
 
33
- title = """<h1 align="left" style="min-width:200px; margin-top:6px; white-space: nowrap;">川虎ChatGPT 🚀</h1>"""
34
  description = """\
35
  <div align="center" style="margin:16px 0">
36
 
37
- 由Bilibili [土川虎虎虎](https://space.bilibili.com/29125536) 和 [明昭MZhao](https://space.bilibili.com/24807452)开发
38
-
39
- 访问川虎ChatGPT的 [GitHub项目](https://github.com/GaiZhenbiao/ChuanhuChatGPT) 下载最新版脚本
40
-
41
- 此App使用 `gpt-3.5-turbo` 大语言模型
42
  </div>
43
  """
44
 
45
- footer = """\
46
- <div class="versions">{versions}</div>
47
- """
48
 
49
  summarize_prompt = "你是谁?我们刚才聊了什么?" # 总结对话时的 prompt
50
 
 
30
  SIM_K = 5
31
  INDEX_QUERY_TEMPRATURE = 1.0
32
 
33
+ title = """<h1 align="left">乔布斯公社 ChatGPT</h1>"""
34
  description = """\
35
  <div align="center" style="margin:16px 0">
36
 
 
 
 
 
 
37
  </div>
38
  """
39
 
40
+ footer = """<div class="versions">{versions}</div>"""
 
 
41
 
42
  summarize_prompt = "你是谁?我们刚才聊了什么?" # 总结对话时的 prompt
43