MCPcopy Create free account
hub / github.com/1Panel-dev/1Panel / requiresOpenclawProviderModels

Function requiresOpenclawProviderModels

agent/app/service/agents_utils.go:689–691  ·  view source on GitHub ↗
(provider string)

Source from the content-addressed store, hash-verified

687}
688
689func requiresOpenclawProviderModels(provider string) bool {
690 return provider != "gemini"
691}
692
693func applyOpenclawModelsConfig(conf map[string]interface{}, models *modelsConfig) error {
694 if models == nil {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected