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

Method getModel

src/api/providers/qwen-code.ts:324–328  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

322 }
323
324 override getModel(): { id: string; info: ModelInfo } {
325 const id = this.options.apiModelId ?? qwenCodeDefaultModelId
326 const info = qwenCodeModels[id as keyof typeof qwenCodeModels] || qwenCodeModels[qwenCodeDefaultModelId]
327 return { id, info }
328 }
329
330 async completePrompt(prompt: string): Promise<string> {
331 await this.ensureAuthenticated()

Callers 2

createMessageMethod · 0.95
completePromptMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected