diff --git a/azure/proxy.go b/azure/proxy.go index c574b98..4ff5499 100644 --- a/azure/proxy.go +++ b/azure/proxy.go @@ -18,7 +18,6 @@ import ( // Proxy Azure OpenAI func Proxy(c *gin.Context) { - // some code from https://github.com/diemus/azure-openai-proxy/blob/main/pkg/azure/proxy.go director := func(req *http.Request) { if req.Body == nil { util.SendError(c, errors.New("request body is empty"))