MCPcopy Index your code
hub / github.com/CodebuffAI/codebuff / resetChatGptOAuthRateLimit

Function resetChatGptOAuthRateLimit

sdk/src/impl/model-provider.ts:71–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 3

disconnectChatGptOAuthFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected