From 21bf006a576aa150f3a0ed6a34c272e3d85eca0e Mon Sep 17 00:00:00 2001 From: Sakurasan <1173092237@qq.com> Date: Tue, 11 Apr 2023 22:23:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BD=99=E9=A2=9D=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- opencat.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`)