fix: update openrouter referer website to point to github page site (#1566)

Co-authored-by: Alice Hau <ahau@squareup.com>
This commit is contained in:
Alice Hau
2025-03-06 22:54:17 -05:00
committed by GitHub
parent 7b37ab0b52
commit e05903e23c
+1 -1
View File
@@ -71,7 +71,7 @@ impl OpenRouterProvider {
.post(url)
.header("Content-Type", "application/json")
.header("Authorization", format!("Bearer {}", self.api_key))
.header("HTTP-Referer", "https://github.com/block/goose")
.header("HTTP-Referer", "https://block.github.io/goose")
.header("X-Title", "Goose")
.json(&payload)
.send()