MCPcopy Create free account
hub / github.com/betta-tech/byo-coding-agent / SetModel

Method SetModel

internal/provider/openai.go:49–53  ·  view source on GitHub ↗
(name string)

Source from the content-addressed store, hash-verified

47}
48
49func (p *OpenAIProvider) SetModel(name string) {
50 p.mu.Lock()
51 defer p.mu.Unlock()
52 p.model = name
53}
54
55func (p *OpenAIProvider) TotalUsage() api.Usage {
56 p.mu.Lock()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected