chore: remove comment

This commit is contained in:
Zhiqiang Li
2023-03-30 19:32:18 +08:00
parent 52912bf950
commit 808e9b7436

View File

@@ -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"))