MCPcopy Create free account
hub / github.com/coder/aibridge / BaseURL

Method BaseURL

provider/provider.go:55–55  ·  view source on GitHub ↗

BaseURL defines the base URL endpoint for this provider's API.

()

Source from the content-addressed store, hash-verified

53 Name() string
54 // BaseURL defines the base URL endpoint for this provider's API.
55 BaseURL() string
56
57 // CreateInterceptor starts a new [Interceptor] which is responsible for intercepting requests,
58 // communicating with the upstream provider and formulating a response to be sent to the requesting client.

Callers 1

newPassthroughRouterFunction · 0.65

Implementers 4

MockProviderinternal/testutil/mockprovider.go
Anthropicprovider/anthropic.go
Copilotprovider/copilot.go
OpenAIprovider/openai.go

Calls

no outgoing calls

Tested by

no test coverage detected