diff --git a/opencat.go b/opencat.go index 82e9011..8dbba0b 100644 --- a/opencat.go +++ b/opencat.go @@ -59,7 +59,7 @@ func main() { r.POST("/v1/chat/completions", router.HandleProy) r.GET("/v1/models", router.HandleProy) - r.GET("/v1/dashboard/billing/credit_grants", router.HandleProy) + r.GET("/v1/dashboard/billing/subscription", router.HandleProy) r.GET("/", func(c *gin.Context) { c.Writer.WriteHeader(http.StatusOK) c.Writer.WriteString(`

opencatd-open available

Api-Keys:https://platform.openai.com/account/api-keys`)