Update presets.py
Browse files- presets.py +3 -3
presets.py
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
# -*- coding:utf-8 -*-
|
2 |
-
title = """<h1 align="center"
|
3 |
description = """<div align=center>
|
4 |
|
5 |
-
由
|
6 |
|
7 |
-
|
8 |
|
9 |
此App使用 `gpt-3.5-turbo` 大语言模型
|
10 |
</div>
|
|
|
1 |
# -*- coding:utf-8 -*-
|
2 |
+
title = """<h1 align="center">kkoneChatGPT</h1>"""
|
3 |
description = """<div align=center>
|
4 |
|
5 |
+
由kkone开发
|
6 |
|
7 |
+
访问kkone[GitHub项目](https://github.com/yqty) 下载最新版脚本
|
8 |
|
9 |
此App使用 `gpt-3.5-turbo` 大语言模型
|
10 |
</div>
|