mirror of
https://github.com/Nezumi-2711/9router.git
synced 2026-09-22 20:00:47 +00:00
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:
@@ -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
Reference in New Issue
Block a user