mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-19 11:38:38 +00:00
feat: add fast mode toggle for OpenAI models
This commit is contained in:
@@ -26,6 +26,7 @@ import { handlePluginCommand } from "./commands-plugin.js";
|
||||
import {
|
||||
handleAbortTrigger,
|
||||
handleActivationCommand,
|
||||
handleFastCommand,
|
||||
handleRestartCommand,
|
||||
handleSessionCommand,
|
||||
handleSendPolicyCommand,
|
||||
@@ -176,6 +177,7 @@ export async function handleCommands(params: HandleCommandsParams): Promise<Comm
|
||||
handleBashCommand,
|
||||
handleActivationCommand,
|
||||
handleSendPolicyCommand,
|
||||
handleFastCommand,
|
||||
handleUsageCommand,
|
||||
handleSessionCommand,
|
||||
handleRestartCommand,
|
||||
|
||||
Reference in New Issue
Block a user