You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -107,10 +108,11 @@ In the `CodeReDesign` configuration, you can set the model API and name. Here ar
107
108
-`deepseek-chat`: The default chat model, suitable for general code refactoring and design tasks.
108
109
-`deepseek-reasoner`: The reasoning model, suitable for code tasks that require logical reasoning and complex analysis.
109
110
110
-
2.**Custom Model Configuration**:
111
-
- If you need to use a custom model, you can select the `custom` option in the `CodeReDesign` configuration and fill in the following information:
112
-
-**Custom DeepSeek Model Name**: The name of the custom model.
113
-
-**Custom DeepSeek API Base URL**: The base URL of the custom model's API.
111
+
2.**Custom model configuration**:
112
+
- If you need to use a custom model, you can select `custom1`, `custom2`... in the configuration of `CodeReDesign` and fill in the following information:
113
+
-**Custom DeepSeek model name ?**: The name of the custom model.
114
+
-**Custom DeepSeek API Base URL?**: API base URL of the custom model.
115
+
-**Custom DeepSeek API Key ?**: API Key of the custom model.
114
116
115
117
Setup Method:
116
118
- Open VSCode settings (File -> Preferences -> Settings).
0 commit comments