This commit is contained in:
2026-03-11 00:50:38 +08:00
parent a12cb5e75a
commit 4317053270
2 changed files with 3 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ export async function benchmarkAnalyzeStream(options) {
let fullText = ''
let conversationId = ''
return fetchEventSource(`${BASE_URL}/dify/benchmark/analyze`, {
return fetchEventSource(`${BASE_URL}/dify/prompt/analysis`, {
method: 'post',
headers: {
'Content-Type': 'application/json',