From b7c906fe184832389b2f852bb22d1cefcf038678 Mon Sep 17 00:00:00 2001 From: yinwm Date: Fri, 20 Feb 2026 10:52:03 +0800 Subject: [PATCH] docs: update providers deprecation comment Change "removed in v2.0" to "removed in a future version" for the deprecated providers section. Co-Authored-By: Claude Opus 4.6 --- config/config.example.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.example.json b/config/config.example.json index 49de07c96..8632e76c1 100644 --- a/config/config.example.json +++ b/config/config.example.json @@ -109,7 +109,7 @@ } }, "providers": { - "_comment": "DEPRECATED: Use model_list instead. This will be removed in v2.0", + "_comment": "DEPRECATED: Use model_list instead. This will be removed in a future version", "anthropic": { "api_key": "", "api_base": ""