fix: HERMES_API_URL reference
Some checks failed
Deploy API Server / build-and-deploy (push) Failing after 20s
Some checks failed
Deploy API Server / build-and-deploy (push) Failing after 20s
This commit is contained in:
parent
663d419d91
commit
dee0b250b6
@ -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 },
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user