MCPcopy Create free account
hub / github.com/LunaSource/Luna / model

Struct model

config/config.go:145–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143 }
144 SaveProjectConfig(cfg)
145 case "global":
146 apiKey := askForAPIKey("global")
147 model := askForModel("global")
148 cfg := LoadGlobalConfig()
149 if apiKey != "" {
150 cfg.ApiKey = apiKey
151 }
152 if model != "" {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected