MCPcopy Create free account
hub / github.com/anomalyco/models.dev / ExistingModel

Interface ExistingModel

packages/core/script/generate-helicone.ts:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55 .passthrough();
56
57interface ExistingModel {
58 base_model?: string;
59 base_model_omit?: string[];
60}
61
62async function loadExistingModel(filePath: string): Promise<ExistingModel | undefined> {
63 const file = Bun.file(filePath);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected