perf: 主agent对话交互调整
This commit is contained in:
@ -3,7 +3,7 @@ import type { EventSourceMessage } from '@microsoft/fetch-event-source';
|
||||
import { useEnterpriseStore } from '@/stores/modules/enterprise';
|
||||
import { glsWithCatch } from '@/utils/stroage';
|
||||
|
||||
const customHost = 'http://192.168.40.41:8001';
|
||||
const customHost = 'https://agent.lvfunai.com';
|
||||
//
|
||||
// const customHost = 'http://localhost:3000';
|
||||
const DEFAULT_SSE_URL = `${customHost}/api/agent/runs`;
|
||||
|
||||
Reference in New Issue
Block a user