mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-29 04:00:36 +00:00
🎯 Feature: Customizable Model Training and Tool Output Management (#981)
This commit is contained in:
parent
21fba6eb89
commit
c3d427730e
32 changed files with 795 additions and 607 deletions
|
|
@ -131,6 +131,7 @@ const MIGRATION_MAP: Record<string, string> = {
|
|||
sessionTokenLimit: 'model.sessionTokenLimit',
|
||||
contentGenerator: 'model.generationConfig',
|
||||
skipLoopDetection: 'model.skipLoopDetection',
|
||||
skipStartupContext: 'model.skipStartupContext',
|
||||
enableOpenAILogging: 'model.enableOpenAILogging',
|
||||
tavilyApiKey: 'advanced.tavilyApiKey',
|
||||
vlmSwitchMode: 'experimental.vlmSwitchMode',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue