mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-21 01:07:46 +00:00
feat: consolidate sandbox configurations into a single object (#1154)
This commit is contained in:
@@ -131,7 +131,7 @@ const baseConfigParams: ConfigParameters = {
|
||||
vertexai: false,
|
||||
},
|
||||
embeddingModel: 'test-embedding-model',
|
||||
sandbox: false,
|
||||
sandbox: undefined,
|
||||
targetDir: '/test/dir',
|
||||
debugMode: false,
|
||||
userMemory: '',
|
||||
|
||||
Reference in New Issue
Block a user