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