This commit is contained in:
Cody Seibert
2025-12-16 01:18:34 -05:00
parent 92f60cceb5
commit 7e517101a0

View File

@@ -85,7 +85,7 @@ function formatThinkingLevel(level: ThinkingLevel | undefined): string {
none: "",
low: "Low",
medium: "Med", //
high: "High",
high: "High", //
ultrathink: "Ultra",
};
return labels[level];