From 7da4e0f8b38bb978de4092bf352796eec68ac0fb Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Sat, 21 Mar 2026 02:59:18 -0500 Subject: [PATCH] refac --- docs/features/open-terminal/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/open-terminal/index.md b/docs/features/open-terminal/index.md index 0a11ee19..b6e08aa1 100644 --- a/docs/features/open-terminal/index.md +++ b/docs/features/open-terminal/index.md @@ -62,7 +62,7 @@ Bulk rename, sort, deduplicate, convert, compress, and organize files. Manage di **[Installation →](./setup/installation)** · **[Connect to Open WebUI →](./setup/connecting)** :::info Model requirements -Open Terminal requires models with **native function calling** support. Frontier models (GPT-5, Claude Sonnet 4, Gemini 3 Pro) handle complex multi-step tasks well. Smaller models may work for simple commands but can struggle with longer workflows. [Enable native function calling](./setup/connecting#8-enable-native-function-calling) on your model. +Open Terminal requires models with **native function calling** support. Frontier models (GPT-5.4, Claude Sonnet 4.6, Gemini 3.1 Pro) handle complex multi-step tasks well. Smaller models may work for simple commands but can struggle with longer workflows. [Enable native function calling](./setup/connecting#8-enable-native-function-calling) on your model. ::: ---