allinaigc commited on
Commit
63d2567
·
1 Parent(s): 6becb69

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -145,7 +145,8 @@ try:
145
  inputs=inputs,
146
  outputs=outputs,
147
  title="极速版ChatGPT",
148
- description="推荐使用”默认模式“进行问题/任务提交(回答文字质量最佳),仅在需要查询2021年之后的信息或者中文垂直领域知识时才选择”联网增强模式“。",
 
149
  theme=gr.themes.Soft(),
150
  css=css,
151
  )
 
145
  inputs=inputs,
146
  outputs=outputs,
147
  title="极速版ChatGPT",
148
+ description="为了提供更为强大的人工智能服务,本产品已经正式完成内部测试与站点升级。欢迎大家通过手机或者电脑体验新站点(用户名与密码均不变):https://allinaigcnlp.com/ 新站点功能包括:对话更加流畅、增加多个贴近中文用户使用习惯的优质提示词、历史对话记录、一键开启单轮/多轮对话、完整对话记录截屏、自定义预设角色提示词等。
149
+ ",
150
  theme=gr.themes.Soft(),
151
  css=css,
152
  )