From 57ffaad16f6abd68619e619f90ffc7c42f3f0ca4 Mon Sep 17 00:00:00 2001 From: napilniksalda-star Date: Sun, 28 Dec 2025 09:21:39 +0500 Subject: [PATCH] Revise chat model setup with new recommendations Updated model recommendations and added new models for chat integration. --- docs/ide-extensions/chat/model-setup.mdx | 37 ++++++++++-------------- 1 file changed, 16 insertions(+), 21 deletions(-) diff --git a/docs/ide-extensions/chat/model-setup.mdx b/docs/ide-extensions/chat/model-setup.mdx index 1d3161ff6a4..6e29af1aafe 100644 --- a/docs/ide-extensions/chat/model-setup.mdx +++ b/docs/ide-extensions/chat/model-setup.mdx @@ -1,21 +1,16 @@ ---- -title: "Recommended Models for Chat in Continue" -description: "Choose the best chat model for Continue, including hosted high-performance options, fast speed/quality tradeoffs, and local privacy-first models." -sidebarTitle: "Recommended Chat Models" ---- -import { ModelRecommendations } from '/snippets/ModelRecommendations.jsx'; - -The model you use for Chat mode will be: - -- used with Edit mode by default but can be switched -- always used with Agent mode if the model supports tool calling - -## Model Recommendations - - - - - For a comprehensive comparison of all available models by role, see our [model recommendations table](/customize/models#recommended-models). - - -For model recommendations, please refer to our [Model Recommendations page](/customize/models). \ No newline at end of file +{ + "models": [ + { + "title": "DeepSeek V3", + "provider": "deepseek", + "model": "deepseek-chat", + "apiKey": "ВАШ_КЛЮЧ_ИЗ_ШАГА_1" + } + ], + "tabAutocompleteModel": { + "title": "DeepSeek Coder", + "provider": "deepseek", + "model": "deepseek-coder", + "apiKey": "ВАШ_КЛЮЧ_ИЗ_ШАГА_1" + } +}