update
Browse files- presets.py +1 -5
presets.py
CHANGED
|
@@ -25,14 +25,10 @@ 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;"
|
| 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 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 32 |
此App使用 `gpt-3.5-turbo` 大语言模型
|
| 33 |
</div>
|
| 34 |
"""
|