MCPcopy Create free account
hub / github.com/Zoo-Code-Org/Zoo-Code / fetchModel

Method fetchModel

src/api/providers/unbound.ts:70–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

68 }
69
70 public async fetchModel() {
71 this.models = await getModels({ provider: "unbound", apiKey: this.options.unboundApiKey })
72 return this.getModel()
73 }
74
75 override getModel() {
76 const id = this.options.unboundModelId ?? unboundDefaultModelId

Callers 14

createMessageMethod · 0.95
completePromptMethod · 0.95
resolveModelMethod · 0.45
createMessageMethod · 0.45
completePromptMethod · 0.45
createMessageMethod · 0.45
completePromptMethod · 0.45
createMessageMethod · 0.45
completePromptMethod · 0.45
requesty.spec.tsFile · 0.45

Calls 2

getModelMethod · 0.95
getModelsFunction · 0.90

Tested by

no test coverage detected