diff --git a/src/engine/anthropic.ts b/src/engine/anthropic.ts index 5502f9d..5d6fe9d 100644 --- a/src/engine/anthropic.ts +++ b/src/engine/anthropic.ts @@ -48,7 +48,7 @@ if ( const MODEL = config?.OCO_MODEL; if (provider === 'anthropic' && - MODEL.typeof !== 'string' && + typeof MODEL !== 'string' && command !== 'config' && mode !== CONFIG_MODES.set) { outro(