MCPcopy Create free account
hub / github.com/codehamr/codehamr / IsCloudProfile

Function IsCloudProfile

internal/config/config.go:45–48  ·  view source on GitHub ↗

IsCloudProfile reports whether a profile's context_size is server-managed.

(name string)

Source from the content-addressed store, hash-verified

43}
44
45// IsCloudProfile reports whether a profile's context_size is server-managed.
46func IsCloudProfile(name string) bool {
47 _, ok := cloudProfileNames[name]
48 return ok
49}
50
51// managedProfiles are seeded on first run: a local Ollama target and the

Callers 1

BootstrapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected