MCPcopy Create free account
hub / github.com/freecodexyz/free-code / isLegacyOpusFirstParty

Function isLegacyOpusFirstParty

src/utils/model/model.ts:584–586  ·  view source on GitHub ↗
(model: string)

Source from the content-addressed store, hash-verified

582]
583
584function isLegacyOpusFirstParty(model: string): boolean {
585 return LEGACY_OPUS_FIRSTPARTY.includes(model)
586}
587
588/**
589 * Opt-out for the legacy Opus 4.0/4.1 → current Opus remap.

Callers 1

parseUserSpecifiedModelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected