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

Method setModel

src/QueryEngine.ts:1174–1176  ·  view source on GitHub ↗
(model: string)

Source from the content-addressed store, hash-verified

1172 }
1173
1174 setModel(model: string): void {
1175 this.config.userSpecifiedModel = model
1176 }
1177}
1178
1179/**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected