()
| 69 | * Call this when user reconnects their ChatGPT subscription. |
| 70 | */ |
| 71 | export function resetChatGptOAuthRateLimit(): void { |
| 72 | chatGptOAuthRateLimitedUntil = null |
| 73 | } |
| 74 | |
| 75 | /** |
| 76 | * Parameters for requesting a model. |
no outgoing calls
no test coverage detected