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

Function llmProviderGatewayBaseURL

pkg/workflow/llm_provider.go:93–96  ·  view source on GitHub ↗
(provider string)

Source from the content-addressed store, hash-verified

91}
92
93func llmProviderGatewayBaseURL(provider string) string {
94 profile := llmProviderProfileFor(provider)
95 return fmt.Sprintf("http://host.docker.internal:%d", profile.gatewayPort)
96}
97
98func llmProviderDocsURL(provider string) string {
99 switch normalizeLLMProvider(provider) {

Callers 2

GetExecutionStepsMethod · 0.85

Calls 1

llmProviderProfileForFunction · 0.85

Tested by

no test coverage detected