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