This commit is contained in:
c菌
2023-08-14 00:11:42 +08:00
parent 678928cafd
commit 6ca8c0b69b

View File

@@ -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 {