MCPcopy Create free account
hub / github.com/dwgx/WindsurfAPI / registerDiscoveredFreeModel

Function registerDiscoveredFreeModel

src/models.js:551–553  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

549const _discoveredFreeModels = new Set();
550
551export function registerDiscoveredFreeModel(key) {
552 if (MODELS[key] && !FREE_TIER_BASE.includes(key)) _discoveredFreeModels.add(key);
553}
554
555export const MODEL_TIER_ACCESS = {
556 get pro() { return Object.keys(MODELS); },

Callers 1

updateCapabilityFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected