Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dariubs/goAI
/ init
Function
init
xai.go:13–15 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
11
)
12
13
func
init() {
14
register(
"xai"
, newXAIProvider)
15
}
16
17
// xaiProvider implements Provider for xAI Grok models
18
type
xaiProvider
struct
{
Callers
nothing calls this directly
Calls
1
register
Function · 0.85
Tested by
no test coverage detected