yooch commited on
Commit
3fec8b1
1 Parent(s): 8ab7b73

Update presets.py

Browse files
Files changed (1) hide show
  1. presets.py +7 -0
presets.py CHANGED
@@ -26,8 +26,15 @@ SIM_K = 5
26
  INDEX_QUERY_TEMPRATURE = 1.0
27
 
28
  title = """<h1 align="left" style="min-width:200px; margin-top:0;">yoochChatGPT 🚀</h1>"""
 
 
29
 
30
 
 
 
 
 
 
31
  summarize_prompt = "你是谁?我们刚才聊了什么?" # 总结对话时的 prompt
32
 
33
  MODELS = [
 
26
  INDEX_QUERY_TEMPRATURE = 1.0
27
 
28
  title = """<h1 align="left" style="min-width:200px; margin-top:0;">yoochChatGPT 🚀</h1>"""
29
+ description = """\
30
+ <div align="center" style="margin:16px 0">
31
 
32
 
33
+
34
+ 此App使用 `gpt-3.5-turbo` 大语言模型
35
+ </div>
36
+ """
37
+
38
  summarize_prompt = "你是谁?我们刚才聊了什么?" # 总结对话时的 prompt
39
 
40
  MODELS = [