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

Function createStandardApiRequest

web/src/llm-api/fireworks.ts:853–854  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

851 body.codebuff_metadata?.cost_mode === 'lite'
852
853 const createStandardApiRequest = () =>
854 createFireworksRequest({ body, originalModel, fetch, sessionId })
855
856 if (isHoursGatedModel && !isDeploymentHours(now)) {
857 if (shouldFallbackToStandardApi) {

Callers 1

Calls 1

createFireworksRequestFunction · 0.85

Tested by

no test coverage detected