( fallbackModel: string = DEFAULT_FALLBACK_MODEL, )
| 20 | |
| 21 | // Free Tier message functions |
| 22 | const 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 | |
| 27 | const getRateLimitErrorMessageGoogleProQuotaFree = ( |
| 28 | currentModel: string = DEFAULT_PRIMARY_MODEL, |
no outgoing calls
no test coverage detected