diff --git a/router/router.go b/router/router.go index 7cc7108..344be4b 100644 --- a/router/router.go +++ b/router/router.go @@ -472,7 +472,11 @@ func HandleProy(c *gin.Context) { if c.Request.URL.Path == "/v1/audio/transcriptions" { WhisperProxy(c) return + }else if c.Request.URL.Path == "/v1/complete"{ + ClaudeProxy(c) + return } + if c.Request.URL.Path == "/v1/chat/completions" && localuser { if store.KeysCache.ItemCount() == 0 {