openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
13 lines (12 loc) • 387 B
JavaScript
import { n as OPENAI_CODEX_RESPONSES_BASE_URL } from "./base-url-Cy9EayYQ.js";
//#region extensions/openai/openai-chatgpt-catalog.ts
const OPENAI_CODEX_BASE_URL = OPENAI_CODEX_RESPONSES_BASE_URL;
function buildOpenAICodexProvider() {
return {
baseUrl: OPENAI_CODEX_BASE_URL,
api: "openai-chatgpt-responses",
models: []
};
}
//#endregion
export { buildOpenAICodexProvider as t };