( fallbackModel: string = DEFAULT_FALLBACK_MODEL, )
| 35 | |
| 36 | // Legacy/Standard Tier message functions |
| 37 | const 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 | |
| 42 | const getRateLimitErrorMessageGoogleProQuotaPaid = ( |
| 43 | currentModel: string = DEFAULT_PRIMARY_MODEL, |
no outgoing calls
no test coverage detected