This commit is contained in:
Cody Seibert
2025-12-16 01:17:02 -05:00
parent b1dcb8a9d7
commit 92f60cceb5

View File

@@ -84,7 +84,7 @@ function formatThinkingLevel(level: ThinkingLevel | undefined): string {
const labels: Record<ThinkingLevel, string> = {
none: "",
low: "Low",
medium: "Med",
medium: "Med", //
high: "High",
ultrathink: "Ultra",
};