3v324v23 commited on
Commit
a2f0873
·
1 Parent(s): 48820d1

更新项目文案与环境变量示例

Browse files
Files changed (3) hide show
  1. .env.example +1 -2
  2. README.md +4 -4
  3. templates/index.html +1 -1
.env.example CHANGED
@@ -1,5 +1,4 @@
1
- SILICONFLOW_API_KEY=sk-smktrezkauofcvezxqsqbuzogzcduiikhcinhswercwhapze
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
- Support Intel Pro 是一个面向现代化团队的智能工单分流与分析系统。它模拟了高发环境下的客服工单流,并利用算法自动进行优先级划分(Triage)和情感分析(Sentiment Analysis)
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">智能客服洞察系统</p>
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">