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

Struct modelCooldownError

sdk/cliproxy/auth/selector.go:46–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44)
45
46type modelCooldownError struct {
47 model string
48 resetIn time.Duration
49 provider string
50}
51
52func newModelCooldownError(model, provider string, resetIn time.Duration) *modelCooldownError {
53 if resetIn < 0 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected