MCPcopy
hub / github.com/continuedev/continue / getRecommendedModels

Method getRecommendedModels

core/llm/llms/CometAPI.ts:259–261  ·  view source on GitHub ↗

* Get recommended models for CometAPI * Returns predefined list since CometAPI model info is limited

()

Source from the content-addressed store, hash-verified

257 * Returns predefined list since CometAPI model info is limited
258 */
259 protected getRecommendedModels(): string[] {
260 return [...CometAPI.RECOMMENDED_MODELS];
261 }
262
263 /**
264 * Override listModels method to apply model filtering with enhanced error handling

Callers 1

listModelsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected