Browse Source

feat: 修改agent地址

dev-zw-agent
zhaowei 7 months ago
parent
commit
622de62307
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      react-ui/src/utils/constant.ts

+ 1
- 1
react-ui/src/utils/constant.ts View File

@@ -25,4 +25,4 @@ export const ExperimentCompleted = 'ExperimentCompleted';
export const HomeUrl = '/workspace';

// 讯飞智能体
export const AgentUrl = 'http://localhost:5173';
export const AgentUrl = 'http://36.103.199.74:12345';

Loading…
Cancel
Save