diff --git a/src/commands/models.ts b/src/commands/models.ts index b93dd3a..acf1807 100644 --- a/src/commands/models.ts +++ b/src/commands/models.ts @@ -65,7 +65,6 @@ export async function fetchZenModels(): Promise { if (line.trim() === '{') { inJson = true; - braceDepth = 0; } if (inJson) {