feat(gateway): add OpenAI-compatible HTTP endpoint

This commit is contained in:
Peter Steinberger
2026-01-10 21:29:19 +01:00
parent ab314a22e0
commit dafa8a2881
6 changed files with 783 additions and 0 deletions

View File

@@ -616,6 +616,7 @@ export async function startGatewayServer(
controlUiEnabled,
controlUiBasePath,
handleHooksRequest,
resolvedAuth,
});
let bonjourStop: (() => Promise<void>) | null = null;
let bridge: Awaited<ReturnType<typeof startNodeBridgeServer>> | null = null;