Spaces:
Runtime error
Runtime error
Update presets.py
Browse files- presets.py +2 -6
presets.py
CHANGED
@@ -25,7 +25,7 @@ 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 |
|
@@ -38,11 +38,7 @@ summarize_prompt = "你是谁?我们刚才聊了什么?" # 总结对话时
|
|
38 |
|
39 |
MODELS = [
|
40 |
"gpt-3.5-turbo",
|
41 |
-
"gpt-
|
42 |
-
"gpt-4",
|
43 |
-
"gpt-4-0314",
|
44 |
-
"gpt-4-32k",
|
45 |
-
"gpt-4-32k-0314",
|
46 |
] # 可选的模型
|
47 |
|
48 |
|
|
|
25 |
SIM_K = 5
|
26 |
INDEX_QUERY_TEMPRATURE = 1.0
|
27 |
|
28 |
+
title = """<h1 align="left" style="min-width:200px; margin-top:0;">541ChatGPT 🚀</h1>"""
|
29 |
description = """\
|
30 |
<div align="center" style="margin:16px 0">
|
31 |
|
|
|
38 |
|
39 |
MODELS = [
|
40 |
"gpt-3.5-turbo",
|
41 |
+
"gpt-4"
|
|
|
|
|
|
|
|
|
42 |
] # 可选的模型
|
43 |
|
44 |
|