mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-01-30 06:12:03 +00:00
fix
This commit is contained in:
@@ -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",
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user