MCPcopy Index your code
hub / github.com/CodebuffAI/codebuff / getFireworksModelId

Function getFireworksModelId

web/src/llm-api/fireworks.ts:77–79  ·  view source on GitHub ↗
(openrouterModel: string)

Source from the content-addressed store, hash-verified

75}
76
77function getFireworksModelId(openrouterModel: string): string {
78 return FIREWORKS_MODEL_MAP[openrouterModel] ?? openrouterModel
79}
80
81type StreamState = {
82 responseText: string

Callers 1

createFireworksRequestFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected