mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-13 20:53:45 +08:00
feat: 修改默认迭代次数
This commit is contained in:
@@ -54,7 +54,7 @@ export const DEFAULT_CONFIG = {
|
||||
|
||||
pluginConfig: {
|
||||
enable: true,
|
||||
maxIterations: 3,
|
||||
maxIterations: 10,
|
||||
returnIntermediateSteps: true,
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user