fix: coderabbit issues

This commit is contained in:
simosmik
2026-04-30 11:27:05 +00:00
parent b81530ce69
commit 38553de4f2
12 changed files with 24 additions and 13 deletions

View File

@@ -51,7 +51,7 @@ export const CURSOR_MODELS = {
{ value: "grok", label: "Grok" },
],
DEFAULT: "gpt-5-3-codex",
DEFAULT: "gpt-5.3-codex",
};
/**