From fc165bbada2b9b2a90e8d0a480c4f89ebadfce72 Mon Sep 17 00:00:00 2001 From: Haoran Date: Mon, 24 Aug 2026 18:28:34 +0800 Subject: [PATCH] docs: clarify provider compatibility limits --- .env.example | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.env.example b/.env.example index 1c16f1f0..e6f709d9 100644 --- a/.env.example +++ b/.env.example @@ -21,6 +21,13 @@ MODEL_ID=claude-sonnet-4-6 # deepseek-v4-flash flash model see below # # Check provider docs for current availability, pricing, and regional access. +# +# NOTE: "Anthropic-compatible" does not guarantee identical model behavior. +# Providers may differ in supported parameters, reasoning/thinking defaults, +# response content blocks, and tool-use history requirements. These teaching +# examples do not normalize provider-specific behavior. Check the provider's +# current documentation, or use the default Anthropic setup for the most +# predictable course experience. # ============================================================================= # ---- International ----