MCPcopy Create free account
hub / github.com/anus-dev/ANUS / getRateLimitErrorMessageGooglePaid

Function getRateLimitErrorMessageGooglePaid

packages/core/src/utils/errorParsing.ts:37–40  ·  view source on GitHub ↗
(
  fallbackModel: string = DEFAULT_FALLBACK_MODEL,
)

Source from the content-addressed store, hash-verified

35
36// Legacy/Standard Tier message functions
37const getRateLimitErrorMessageGooglePaid = (
38 fallbackModel: string = DEFAULT_FALLBACK_MODEL,
39) =>
40 `\nPossible quota limitations in place or slow response times detected. Switching to the ${fallbackModel} model for the rest of this session. We appreciate you for choosing Anus Code Assist and the ANUS.`;
41
42const getRateLimitErrorMessageGoogleProQuotaPaid = (
43 currentModel: string = DEFAULT_PRIMARY_MODEL,

Callers 1

getRateLimitMessageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected