Skip to content

Commit

Permalink
[Fix] 😅 Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry-zklcdc committed Mar 7, 2024
1 parent cb9fa84 commit a53e602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/v1/interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down

0 comments on commit a53e602

Please sign in to comment.