fix(open-sse): remove dead duplicate opencode provider entry

Two `opencode` keys existed; the first (localhost:4096) was silently overridden
by the later one (opencode.ai, noAuth). Drop the dead entry. Resolved PROVIDERS
output unchanged (verified byte-for-byte).

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
decolua
2026-06-13 20:41:41 +07:00
co-authored by Cursor
parent bb597cbced
commit 1432ac61d7
2 changed files with 1 additions and 5 deletions
-4
View File
@@ -245,10 +245,6 @@ export const PROVIDERS = defineProviders({
baseUrl: "https://api.kilo.ai/api/openrouter/chat/completions",
headers: {}
},
opencode: {
baseUrl: "http://localhost:4096/v1/chat/completions",
headers: {}
},
cline: {
baseUrl: "https://api.cline.bot/api/v1/chat/completions",
headers: {
File diff suppressed because one or more lines are too long