MCPcopy Create free account
hub / github.com/InferCore/InferCore / isAzure

Method isAzure

internal/adapters/vllm/vllm.go:344–346  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

342}
343
344func (a *Adapter) isAzure() bool {
345 return a.cfg.Type == "azure_openai"
346}
347
348func (a *Adapter) apiVersion() string {
349 v := strings.TrimSpace(a.cfg.APIVersion)

Callers 4

HealthMethod · 0.95
apiVersionMethod · 0.95
chatCompletionsURLMethod · 0.95
applyHeadersMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected