Revert "add client header"

This reverts commit 2fb89161c8.
This commit is contained in:
Frank 2025-12-18 11:21:11 -05:00
parent e1925f4fe8
commit d5dcc55a47

View file

@ -92,7 +92,6 @@ export namespace ModelsDev {
const result = await fetch("https://models.dev/api.json", {
headers: {
"User-Agent": Installation.USER_AGENT,
"x-opencode-client": Flag.OPENCODE_CLIENT,
},
signal: AbortSignal.timeout(10 * 1000),
}).catch((e) => {