File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
02-use-cases/beginner/realtime_voice Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ NaviGo AI Agent
3232| ** 项目配置** | [ pyproject.toml] ( https://github.com/volcengine/agentkit-samples/blob/main/02-use-cases/beginner/realtime_voice/pyproject.toml ) - 依赖管理(uv 工具) |
3333| ** AgentKit 配置** | agentkit.yaml - 云端部署配置文件 |
3434
35-
3635### 代码特点
3736
3837** Agent 定义** ([ agent.py] ( https://github.com/volcengine/agentkit-samples/blob/main/02-use-cases/beginner/realtime_voice/agent.py#L43-L48 ) ):
@@ -148,7 +147,6 @@ export VOLCENGINE_SECRET_KEY=<Your Secret Key>
148147
149148### 调试方法
150149
151-
152150#### 方式一:命令行测试
153151
154152``` bash
@@ -201,10 +199,10 @@ agentkit launch
201199# 在浏览器中打开 client/interface.html,客户端将自动连接到 WebSocket 服务器。
202200```
203201
202+ ## 示例提示词
204203
205204## 效果展示
206205
207-
208206## 下一步
209207
210208## 常见问题
You can’t perform that action at this time.
0 commit comments