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

Method fetchModel

src/api/providers/requesty.ts:76–79  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

74 }
75
76 public async fetchModel() {
77 this.models = await getModels({ provider: "requesty", baseUrl: this.baseURL })
78 return this.getModel()
79 }
80
81 override getModel() {
82 const id = this.options.requestyModelId ?? requestyDefaultModelId

Callers 2

createMessageMethod · 0.95
completePromptMethod · 0.95

Calls 2

getModelMethod · 0.95
getModelsFunction · 0.90

Tested by

no test coverage detected