Remove completions endpoints

This commit is contained in:
Owen
2026-08-04 17:06:11 -04:00
parent 36c0edc62e
commit 6526d7f225
2 changed files with 3 additions and 3 deletions
@@ -1672,7 +1672,7 @@ export async function getTraefikConfig(
config_output.http.services[serviceName] = {
loadBalancer: {
servers: [{ url: `${aiGatewayUrl}/chat/completions` }]
servers: [{ url: aiGatewayUrl }]
}
};
}
@@ -1769,7 +1769,7 @@ export async function getTraefikConfig(
config_output.http.services[serviceName] = {
loadBalancer: {
servers: [{ url: `${aiGatewayUrl}/chat/completions` }]
servers: [{ url: aiGatewayUrl }]
}
};
}