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

Function getGpt54Option

src/utils/model/modelOptions.ts:213–220  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

211
212// OpenAI Codex model options
213function getGpt54Option(): ModelOption {
214 return {
215 value: 'gpt-5.4',
216 label: 'GPT-5.4',
217 description: 'GPT-5.4 · Advanced reasoning and code generation',
218 descriptionForModel: 'GPT-5.4 - advanced reasoning and code generation capabilities',
219 }
220}
221
222function getGpt53CodexOption(): ModelOption {
223 return {

Callers 1

getModelOptionsBaseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected