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

Function getRateLimitErrorMessageGoogleFree

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

Source from the content-addressed store, hash-verified

20
21// Free Tier message functions
22const getRateLimitErrorMessageGoogleFree = (
23 fallbackModel: string = DEFAULT_FALLBACK_MODEL,
24) =>
25 `\nPossible quota limitations in place or slow response times detected. Switching to the ${fallbackModel} model for the rest of this session.`;
26
27const getRateLimitErrorMessageGoogleProQuotaFree = (
28 currentModel: string = DEFAULT_PRIMARY_MODEL,

Callers 1

getRateLimitMessageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected