MCPcopy
hub / github.com/Anil-matcha/Open-Generative-AI / getAudioModelById

Function getAudioModelById

packages/studio/src/models.js:10446–10446  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

10444];
10445
10446export const getAudioModelById = (id) => audioModels.find(m => m.id === id);

Callers 2

generateAudioFunction · 0.90
AudioStudioFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected