fix: HERMES_API_URL reference
Some checks failed
Deploy API Server / build-and-deploy (push) Failing after 20s

This commit is contained in:
WangDL 2026-05-22 22:40:13 +08:00
parent 663d419d91
commit dee0b250b6

View File

@ -197,7 +197,7 @@ export class AdminAiChatService {
} }
// Also tell Hermes // Also tell Hermes
try { try {
await fetch(`${HERMES_API_URL}/v1/runs/${runId}/stop`, { await fetch(`http://10.2.0.7:8642/v1/runs/${runId}/stop`, {
method: 'POST', method: 'POST',
headers: { Authorization: 'Bearer ' + HERMES_API_KEY }, headers: { Authorization: 'Bearer ' + HERMES_API_KEY },
}); });