mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-20 16:57:46 +00:00
feat: remove default system prompt template
This commit is contained in:
@@ -394,17 +394,7 @@ export async function loadCliConfig(
|
|||||||
? settings.enableOpenAILogging
|
? settings.enableOpenAILogging
|
||||||
: argv.openaiLogging) ?? false,
|
: argv.openaiLogging) ?? false,
|
||||||
sampling_params: settings.sampling_params,
|
sampling_params: settings.sampling_params,
|
||||||
systemPromptMappings: settings.systemPromptMappings || [
|
systemPromptMappings: settings.systemPromptMappings,
|
||||||
{
|
|
||||||
baseUrls: [
|
|
||||||
'https://dashscope.aliyuncs.com/compatible-mode/v1/',
|
|
||||||
'https://dashscope-intl.aliyuncs.com/compatible-mode/v1/',
|
|
||||||
],
|
|
||||||
modelNames: ['qwen3-coder-plus'],
|
|
||||||
template:
|
|
||||||
'SYSTEM_TEMPLATE:{"name":"qwen3_coder","params":{"is_git_repository":{RUNTIME_VARS_IS_GIT_REPO},"sandbox":"{RUNTIME_VARS_SANDBOX}"}}',
|
|
||||||
},
|
|
||||||
],
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user