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
+1 -1
View File
@@ -785,7 +785,7 @@ export async function getTraefikConfig(
config_output.http.services[serviceName] = {
loadBalancer: {
servers: [{ url: `${aiGatewayUrl}/chat/completions` }],
servers: [{ url: aiGatewayUrl }],
passHostHeader: true
}
};