Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
344
func
(a *Adapter) isAzure() bool {
345
return
a.cfg.Type ==
"azure_openai"
346
}
347
348
func
(a *Adapter) apiVersion() string {
349
v := strings.TrimSpace(a.cfg.APIVersion)
Callers
4
Health
Method · 0.95
apiVersion
Method · 0.95
chatCompletionsURL
Method · 0.95
applyHeaders
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected