Configurable thinking budget (default to medium) (#494)
This commit is contained in:
@@ -7,6 +7,7 @@ import { showSuccess, showError } from "@/lib/toast";
|
||||
import { AutoApproveSwitch } from "@/components/AutoApproveSwitch";
|
||||
import { TelemetrySwitch } from "@/components/TelemetrySwitch";
|
||||
import { MaxChatTurnsSelector } from "@/components/MaxChatTurnsSelector";
|
||||
import { ThinkingBudgetSelector } from "@/components/ThinkingBudgetSelector";
|
||||
import { useSettings } from "@/hooks/useSettings";
|
||||
import { useAppVersion } from "@/hooks/useAppVersion";
|
||||
import { Button } from "@/components/ui/button";
|
||||
@@ -138,6 +139,10 @@ export default function SettingsPage() {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="mt-4">
|
||||
<ThinkingBudgetSelector />
|
||||
</div>
|
||||
|
||||
<div className="mt-4">
|
||||
<MaxChatTurnsSelector />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user