Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HELPMEEADICE/doge-code
/ normalizeModelStringForAPI
Function
normalizeModelStringForAPI
src/utils/model/model.ts:744–746 ·
view source on GitHub ↗
(model: string)
Source
from the content-addressed store, hash-verified
742
}
743
744
export
function
normalizeModelStringForAPI(model: string): string {
745
return
stripModelContextSuffix(model)
746
}
Callers
9
run
Function · 0.85
sideQuery
Function · 0.85
call
Function · 0.85
countMessagesTokensWithAPI
Function · 0.85
countTokensViaHaikuFallback
Function · 0.85
executeNonStreamingRequest
Function · 0.85
queryModel
Function · 0.85
paramsFromContext
Function · 0.85
trackDatadogEvent
Function · 0.85
Calls
1
stripModelContextSuffix
Function · 0.85
Tested by
no test coverage detected