优化部分逻辑
This commit is contained in:
@@ -43,6 +43,7 @@ func main() {
|
||||
r.POST("/1/users/init", router.Handleinit)
|
||||
r.POST("/v1/chat/completions", router.HandleProy)
|
||||
r.GET("/v1/models", router.HandleProy)
|
||||
r.GET("/v1/dashboard/billing/credit_grants", router.HandleProy)
|
||||
|
||||
r.Run(":80")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user