Skip to content

Commit f12bcd7

Browse files
committed
app: change HTTP-Referer to gradient.engineer
Change the HTTP-Referer (used in OpenRouter) from a direct link to gradient-engineer repo to a link to gradient.engineer domain (which currently points to the repo).
1 parent fcd9114 commit f12bcd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/summarize.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ func NewSummarizer() *Summarizer {
8888
// OpenRouter attribution headers
8989
opts = append(opts,
9090
openaiopt.WithHeader("X-Title", "gradient-engineer"),
91-
openaiopt.WithHeader("HTTP-Referer", "https://github.com/QuesmaOrg/gradient-engineer"),
91+
openaiopt.WithHeader("HTTP-Referer", "https://gradient.engineer"),
9292
)
9393
} else if openAIKey != "" {
9494
opts = append(opts, openaiopt.WithAPIKey(openAIKey))

0 commit comments

Comments
 (0)