runtime error

Exit code: 2. Reason: rue [2025-09-02 09:29:12.905] [INFO] MaxChatHistoryLength: 10000 [2025-09-02 09:29:12.905] [INFO] NoRolePrefix: false [2025-09-02 09:29:12.905] [INFO] PromptDisableArtifacts: true [2025-09-02 09:29:12.905] [INFO] EnableMirrorApi: true [2025-09-02 09:29:12.905] [INFO] MirrorApiPrefix: hf [GIN-debug] [WARNING] Creating an Engine instance with the Logger and Recovery middleware already attached. [GIN-debug] [WARNING] Running in "debug" mode. Switch to "release" mode in production. - using env: export GIN_MODE=release - using code: gin.SetMode(gin.ReleaseMode) [GIN-debug] GET /health --> claude2api/service.HealthCheckHandler (5 handlers) [GIN-debug] POST /v1/chat/completions --> claude2api/service.ChatCompletionsHandler (5 handlers) [GIN-debug] GET /v1/models --> claude2api/service.MoudlesHandler (5 handlers) [GIN-debug] POST /hf/v1/chat/completions --> claude2api/service.MirrorChatHandler (5 handlers) [GIN-debug] GET /hf/v1/models --> claude2api/service.MoudlesHandler (5 handlers) [GIN-debug] POST /hf/v1/chat/completions --> claude2api/service.ChatCompletionsHandler (5 handlers) panic: handlers are already registered for path '/hf/v1/chat/completions' goroutine 1 [running]: github.com/gin-gonic/gin.(*node).addRoute(0xb7f8ab?, {0xc000332ae0, 0x17}, {0xc00047ff50, 0x5, 0x5}) /go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/tree.go:260 +0x6fb github.com/gin-gonic/gin.(*Engine).addRoute(0xc00013a4e0, {0xb7f8ab, 0x4}, {0xc000332ae0, 0x17}, {0xc00047ff50, 0x5, 0x5}) /go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/gin.go:349 +0x252 github.com/gin-gonic/gin.(*RouterGroup).handle(0xc000488880, {0xb7f8ab, 0x4}, {0xb93c90?, 0x0?}, {0xc000132578, 0x1, 0xc0004383e0?}) /go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/routergroup.go:89 +0x145 github.com/gin-gonic/gin.(*RouterGroup).POST(...) /go/pkg/mod/github.com/gin-gonic/gin@v1.10.0/routergroup.go:112 claude2api/router.SetupRoutes(0xc00013a4e0) /app/router/router.go:33 +0x2ec main.main() /app/main.go:15 +0x25

Container logs:

Fetching error logs...