mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-29 04:00:36 +00:00
fix: remove test code and switch-mode
This commit is contained in:
parent
ae6716c651
commit
740f4e0949
13 changed files with 43 additions and 367 deletions
|
|
@ -122,7 +122,6 @@ const MIGRATION_MAP: Record<string, string> = {
|
|||
skipStartupContext: 'model.skipStartupContext',
|
||||
enableOpenAILogging: 'model.enableOpenAILogging',
|
||||
tavilyApiKey: 'advanced.tavilyApiKey',
|
||||
visionModelPreview: 'experimental.visionModelPreview',
|
||||
};
|
||||
|
||||
// Settings that need boolean inversion during migration (V1 -> V3)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue