diff --git a/relay/channel/openai/adaptor.go b/relay/channel/openai/adaptor.go index 711284f1..c0a3d7f8 100644 --- a/relay/channel/openai/adaptor.go +++ b/relay/channel/openai/adaptor.go @@ -145,7 +145,7 @@ func (a *Adaptor) SetupRequestHeader(c *gin.Context, header *http.Header, info * header.Set("Authorization", "Bearer "+info.ApiKey) } if info.ChannelType == constant.ChannelTypeOpenRouter { - header.Set("HTTP-Referer", "https://github.com/Calcium-Ion/new-api") + header.Set("HTTP-Referer", "https://www.newapi.ai") header.Set("X-Title", "New API") } return nil