MCPcopy Create free account
hub / github.com/github/gh-aw / getOpenAIProxyProviderBaseURL

Method getOpenAIProxyProviderBaseURL

pkg/workflow/codex_mcp.go:182–186  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

180}
181
182func (e *CodexEngine) getOpenAIProxyProviderBaseURL() string {
183 // AWF exposes the OpenAI-compatible provider on the shared OpenAI/Responses
184 // gateway port (10000).
185 return "http://" + net.JoinHostPort(constants.AWFAPIProxyContainerIP, strconv.Itoa(constants.ClaudeLLMGatewayPort))
186}
187
188func (e *CodexEngine) renderAppendConvertedConfigWithoutOpenAIProxy(yaml *strings.Builder) {
189 yaml.WriteString(" awk '\n")

Calls

no outgoing calls