Commit 207c81f0 authored by 赵灿灿's avatar 赵灿灿

修改提示词

parent 05dffce8
Pipeline #21094 passed with stages
in 3 minutes and 21 seconds
...@@ -40,40 +40,9 @@ require(['jquery', 'vue', 'utils','marked','markdown', 'global'], function ($, V ...@@ -40,40 +40,9 @@ require(['jquery', 'vue', 'utils','marked','markdown', 'global'], function ($, V
selectedOrg:'全部组织', selectedOrg:'全部组织',
showOrgDropdown: false, showOrgDropdown: false,
questions:[], questions:[],
guides:['请帮我推荐5位南京地区的区块链外部专家','我需要找既懂通信又擅长软件开发的内部专家','我需要网络安全领域的专家,不确定选内部还是外部'], guides:['请帮我推荐几位南京地区的网络规划方面的专家','推荐既懂运维规划又熟悉移动产品体系的专家','我需要私有云多中心容灾规划领域的专家'],
// 历史对话分类 // 历史对话分类
historySections: [ historySections: [
{
label: '今天',
items: [
{ id: 'chat1', title: '如何学习人工智能', time: '10:30', active: true, showMenu: false },
{ id: 'chat2', title: '机器学习与深度学习的区别机器学习与深度学习的区别', time: '09:15', active: false, showMenu: false }
]
},
{
label: '昨天',
items: [
{ id: 'chat3', title: 'Python编程基础', time: '16:45', active: false, showMenu: false }
]
},
{
label: '7天内',
items: [
{ id: 'chat4', title: '数据结构与算法', time: '周一', active: false, showMenu: false }
]
},
{
label: '30天内',
items: [
{ id: 'chat5', title: '网络安全入门', time: '6月10日', active: false, showMenu: false }
]
},
{
label: '2023年5月',
items: [
{ id: 'chat6', title: '区块链技术解析', time: '5月20日', active: false, showMenu: false }
]
},
], ],
// 消息列表 // 消息列表
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment