MCPcopy Create free account
hub / github.com/chainreactors/EvilProxy / GetAntigravityModels

Function GetAntigravityModels

internal/registry/model_definitions.go:79–81  ·  view source on GitHub ↗

GetAntigravityModels returns the standard Antigravity model definitions.

()

Source from the content-addressed store, hash-verified

77
78// GetAntigravityModels returns the standard Antigravity model definitions.
79func GetAntigravityModels() []*ModelInfo {
80 return cloneModelInfos(getModels().Antigravity)
81}
82
83// AntigravityWebSearchModelFor returns the Antigravity model that should run a
84// native web search request for modelID.

Calls 2

cloneModelInfosFunction · 0.85
getModelsFunction · 0.85

Tested by

no test coverage detected