Skip to content

Commit

Permalink
第一次修改
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamlx committed Apr 25, 2023
1 parent 838679f commit c6f9e62
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 23 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link rel="apple-touch-icon" href="/favicon.ico">
<meta name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, viewport-fit=cover" />
<title>ChatGPT Web</title>
<title>销售助理-蕾娜Lena</title>
</head>

<body class="dark:bg-black">
Expand Down
12 changes: 2 additions & 10 deletions src/components/common/Setting/About.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,18 +46,10 @@ onMounted(() => {
</h2>
<div class="p-2 space-y-2 rounded-md bg-neutral-100 dark:bg-neutral-700">
<p>
此项目开源于
<a
class="text-blue-600 dark:text-blue-500"
href="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/Chanzhaoyu/chatgpt-web"
target="_blank"
>
GitHub
</a>
,免费且基于 MIT 协议,没有任何形式的付费行为!
欢迎使用基于LLM模型的智能助理系列, 当前助理主要协助销售团队日常业务完成周报.
</p>
<p>
如果你觉得此项目对你有帮助,请在 GitHub 帮我点个 Star 或者给予一点赞助,谢谢!
未来路线图: 销售助理会协助销售团队完成日常工作,如排程会议、安排差旅、整理文件等。此外,销售助理还需要为销售团队提供各种支持,例如制作销售报告、分析市场数据等。
</p>
</div>
<p>{{ $t("setting.api") }}:{{ config?.apiModel ?? '-' }}</p>
Expand Down
2 changes: 1 addition & 1 deletion src/store/modules/settings/helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export interface SettingsState {

export function defaultSetting(): SettingsState {
return {
systemMessage: 'You are ChatGPT, a large language model trained by OpenAI. Follow the user\'s instructions carefully. Respond using markdown.',
systemMessage: '你是一名销售助理,负责帮助销售人员了解本周工作情况并生成个人周报。周报格式:1. 本周销售情况\n 2. 问题与解决\n 3. 客户需求与后续计划\n 4. 本周总结与下周计划。\n\n你先介绍自己并展示周报格式. 然后一步一步问用户相关问题收集销售信息.要求用户告诉你以下信息:\n\n本周成交和收款情况?\n本周拜访了多少客户?联系了多少客户?获取了多少需求?开展了多少会议?\n本周的销售计划完成情况如何?\n在销售过程中遇到什么问题需要解决?\n在销售过程中需要公司支持的对接事项是什么?\n总结本周的收获和不足。\n本周哪些客户的需求获得有效推进?如何进行后续计划?\n下周的销售计划是什么?拜访多少客户?挖掘多少新客户?哪些项目进行下一步推进?',
temperature: 0.8,
top_p: 1,
}
Expand Down
6 changes: 0 additions & 6 deletions src/views/chat/layout/sider/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@ const show = ref(false)
<UserAvatar />
</div>

<HoverButton @click="show = true">
<span class="text-xl text-[#4f555e] dark:text-white">
<SvgIcon icon="ri:settings-4-line" />
</span>
</HoverButton>

<Setting v-if="show" v-model:visible="show" />
</footer>
</template>
5 changes: 0 additions & 5 deletions src/views/chat/layout/sider/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,6 @@ watch(
<div class="flex-1 min-h-0 pb-4 overflow-hidden">
<List />
</div>
<div class="p-4">
<NButton block @click="show = true">
{{ $t('store.siderButton') }}
</NButton>
</div>
</main>
<Footer />
</div>
Expand Down

0 comments on commit c6f9e62

Please sign in to comment.