diff --git a/common/v1/interface.go b/common/v1/interface.go index 53a217e2d0..f734494110 100644 --- a/common/v1/interface.go +++ b/common/v1/interface.go @@ -7,7 +7,7 @@ import ( ) var apikey = os.Getenv("APIKEY") -var blankApikey = os.Getenv("Go_Proxy_BingAI_BLANK_API_KEY") == "" +var blankApikey = os.Getenv("Go_Proxy_BingAI_BLANK_API_KEY") != "" type chatRequest struct { Messages []binglib.Message `json:"messages"`