MCPcopy
hub / github.com/mnfst/awesome-free-llm-apis / formatModelName

Function formatModelName

scripts/generate-readme.js:37–39  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

35}
36
37function formatModelName(name) {
38 return /[/:]/.test(name) ? `\`${name}\`` : name;
39}
40
41function buildTable(models) {
42 const header = ['Model Name', 'Context', 'Max Output', 'Modality', 'Rate Limit'];

Callers 1

buildTableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected