mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-01-31 20:03:37 +00:00
fix
This commit is contained in:
@@ -85,7 +85,7 @@ function formatThinkingLevel(level: ThinkingLevel | undefined): string {
|
||||
none: "",
|
||||
low: "Low",
|
||||
medium: "Med", //
|
||||
high: "High",
|
||||
high: "High", //
|
||||
ultrathink: "Ultra",
|
||||
};
|
||||
return labels[level];
|
||||
|
||||
Reference in New Issue
Block a user