MCPcopy
hub / github.com/QuantumNous/new-api / GetCodexChannelRateLimitResetCredits

Function GetCodexChannelRateLimitResetCredits

controller/codex_usage.go:29–36  ·  view source on GitHub ↗
(c *gin.Context)

Source from the content-addressed store, hash-verified

27}
28
29func GetCodexChannelRateLimitResetCredits(c *gin.Context) {
30 fetchCodexChannelWhamData(
31 c,
32 service.FetchCodexWhamRateLimitResetCredits,
33 "failed to fetch codex reset credits",
34 "获取重置次数详情失败,请稍后重试",
35 )
36}
37
38func ResetCodexChannelUsage(c *gin.Context) {
39 fetchCodexChannelWhamData(

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected