From 926569acd849b8ef22ba25ba007257728711c083 Mon Sep 17 00:00:00 2001 From: DrMelone <27028174+Classic298@users.noreply.github.com> Date: Sat, 20 Dec 2025 20:48:26 +0100 Subject: [PATCH] Update improve-performance-local.md --- docs/tutorials/tips/improve-performance-local.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/tutorials/tips/improve-performance-local.md b/docs/tutorials/tips/improve-performance-local.md index a0b0280b..a52944bd 100644 --- a/docs/tutorials/tips/improve-performance-local.md +++ b/docs/tutorials/tips/improve-performance-local.md @@ -52,6 +52,9 @@ Follow these steps to configure an efficient task model: - **Hosted API Endpoint (For Maximum Speed)** - Connect to a hosted API service to handle task processing. - This can be very cheap. For example, OpenRouter offers Llama and Qwen models at less than **1.5 cents per million input tokens**. + :::tip OpenRouter Recommendation + When using **OpenRouter**, we highly recommend configuring the **Model IDs (Allowlist)** in the connection settings. Importing thousands of models can clutter your selector and degrade admin panel performance. + ::: - **Disable Unnecessary Automation** - If certain automated features are not required, disable them to reduce extraneous background calls—especially features like autocomplete.