Spaces:
Runtime error
Runtime error
Update presets.py
Browse files- 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;"
|
| 29 |
description = """\
|
| 30 |
<div align="center" style="margin:16px 0">
|
| 31 |
|
| 32 |
-
|
| 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>
|