UNPKG

openclaw

Version:

Multi-channel AI gateway with extensible messaging integrations

12 lines (11 loc) 429 B
import "./runtime-env-0Q-gCyUb.js"; import "./openai-chatgpt-oauth-flow.runtime.js"; //#region extensions/openai/openai-chatgpt-provider-runtime.factory.ts function createOpenAICodexProviderRuntime(deps) { return { async refreshOpenAICodexToken(...args) { deps.ensureGlobalUndiciEnvProxyDispatcher(); return await deps.refreshOpenAICodexToken(...args); } }; } //#endregion export { createOpenAICodexProviderRuntime as t };