Spaces:
Sleeping
Sleeping
更新项目文案与环境变量示例
Browse files- .env.example +1 -2
- README.md +4 -4
- templates/index.html +1 -1
.env.example
CHANGED
|
@@ -1,5 +1,4 @@
|
|
| 1 |
-
SILICONFLOW_API_KEY=
|
| 2 |
SILICONFLOW_BASE_URL=https://api.siliconflow.cn/v1
|
| 3 |
SILICONFLOW_MODEL=Qwen/Qwen2.5-7B-Instruct
|
| 4 |
PORT=7860
|
| 5 |
-
|
|
|
|
| 1 |
+
SILICONFLOW_API_KEY=
|
| 2 |
SILICONFLOW_BASE_URL=https://api.siliconflow.cn/v1
|
| 3 |
SILICONFLOW_MODEL=Qwen/Qwen2.5-7B-Instruct
|
| 4 |
PORT=7860
|
|
|
README.md
CHANGED
|
@@ -1,17 +1,17 @@
|
|
| 1 |
---
|
| 2 |
-
title: Support Intel Pro
|
| 3 |
emoji: 🎧
|
| 4 |
colorFrom: indigo
|
| 5 |
colorTo: blue
|
| 6 |
sdk: docker
|
| 7 |
app_port: 7860
|
| 8 |
-
short_description:
|
| 9 |
---
|
| 10 |
|
| 11 |
-
# Support Intel Pro
|
| 12 |
|
| 13 |
## 项目简介 (Introduction)
|
| 14 |
-
|
| 15 |
|
| 16 |
本项目旨在展示如何利用数据分析技术提升客服效率,减少高危客诉的响应时间。
|
| 17 |
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Support Intel Pro(客服洞察+智能坐席 Agent)
|
| 3 |
emoji: 🎧
|
| 4 |
colorFrom: indigo
|
| 5 |
colorTo: blue
|
| 6 |
sdk: docker
|
| 7 |
app_port: 7860
|
| 8 |
+
short_description: 客服洞察+智能坐席Agent:分流/情绪/闭环对话
|
| 9 |
---
|
| 10 |
|
| 11 |
+
# Support Intel Pro(客服洞察+智能坐席 Agent)
|
| 12 |
|
| 13 |
## 项目简介 (Introduction)
|
| 14 |
+
面向客服团队的一体化客服洞察与智能对话系统,集成工单流模拟、分流与情绪分析,并提供可落盘导出的智能客服 Agent 闭环。
|
| 15 |
|
| 16 |
本项目旨在展示如何利用数据分析技术提升客服效率,减少高危客诉的响应时间。
|
| 17 |
|
templates/index.html
CHANGED
|
@@ -37,7 +37,7 @@
|
|
| 37 |
</div>
|
| 38 |
<div>
|
| 39 |
<h1 class="text-xl font-bold text-gray-900 tracking-tight">Support Intel Pro</h1>
|
| 40 |
-
<p class="text-xs text-gray-500">
|
| 41 |
</div>
|
| 42 |
</div>
|
| 43 |
<div class="flex items-center gap-4">
|
|
|
|
| 37 |
</div>
|
| 38 |
<div>
|
| 39 |
<h1 class="text-xl font-bold text-gray-900 tracking-tight">Support Intel Pro</h1>
|
| 40 |
+
<p class="text-xs text-gray-500">客服洞察 + 智能坐席 Agent</p>
|
| 41 |
</div>
|
| 42 |
</div>
|
| 43 |
<div class="flex items-center gap-4">
|