feat(gateway): add OpenAI-compatible HTTP endpoint
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user