We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8913414 commit 2548179Copy full SHA for 2548179
1 file changed
src/api/providers/fetchers/opencode-go.ts
@@ -72,7 +72,7 @@ export async function getOpencodeGoModels(apiKey?: string): Promise<Record<strin
72
const data = Array.isArray(rawData) ? rawData : []
73
74
if (!result.success) {
75
- console.error(`Opencode Go models response is invalid: ${JSON.stringify(result.error.format())}`)
+ console.warn(`Opencode Go models response did not match expected schema; falling back to per-item parsing: ${JSON.stringify(result.error.format())}`)
76
}
77
78
for (const rawModel of data) {
0 commit comments