MCPcopy
hub / github.com/anomalyco/models.dev / modelFileName

Function modelFileName

packages/core/script/generate-ollama-cloud.ts:30–32  ·  view source on GitHub ↗
(modelName: string)

Source from the content-addressed store, hash-verified

28);
29
30function modelFileName(modelName: string): string {
31 return modelName + ".toml";
32}
33
34type OllamaModel = Omit<Model, "id"> & {
35 limit: Model["limit"] & { output?: number };

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected