File tree Expand file tree Collapse file tree 1 file changed +15
-15
lines changed
Expand file tree Collapse file tree 1 file changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ input 会把最近群聊的聊天记录和状态等信息作为格式化输入
173173#### maxMessages
174174
175175* 类型: ` number `
176- * 默认值: ` 10 `
176+ * 默认值: ` 40 `
177177* 范围: ` 3-100 `
178178
179179存储在内存里的最大消息数量。
@@ -213,7 +213,7 @@ input 会把最近群聊的聊天记录和状态等信息作为格式化输入
213213#### maxTokens
214214
215215* 类型: ` number `
216- * 默认值: ` 5000 `
216+ * 默认值: ` 42000 `
217217* 范围: ` 1024-42000 `
218218
219219聊天的最大 token 数。
@@ -228,23 +228,23 @@ input 会把最近群聊的聊天记录和状态等信息作为格式化输入
228228#### imageInputMaxCount
229229
230230* 类型: ` number `
231- * 默认值: ` 3 `
231+ * 默认值: ` 9 `
232232* 范围: ` 1-15 `
233233
234234最大的输入图片数量。
235235
236236#### imageInputMaxSize
237237
238238* 类型: ` number `
239- * 默认值: ` 3 `
239+ * 默认值: ` 20 `
240240* 范围: ` 1-20 `
241241
242242最大的输入图片大小(MB)。
243243
244244#### toolCalling
245245
246246* 类型: ` boolean `
247- * 默认值: ` false `
247+ * 默认值: ` true `
248248
249249是否启用工具调用功能。
250250
@@ -274,7 +274,7 @@ input 会把最近群聊的聊天记录和状态等信息作为格式化输入
274274#### isAt
275275
276276* 类型: ` boolean `
277- * 默认值: ` true `
277+ * 默认值: ` false `
278278
279279是否允许 bot 艾特他人。
280280
@@ -288,28 +288,28 @@ input 会把最近群聊的聊天记录和状态等信息作为格式化输入
288288#### splitSentence
289289
290290* 类型: ` boolean `
291- * 默认值: ` true `
291+ * 默认值: ` false `
292292
293293是否启用自分割发送消息。(仅旧版预设需要开启)
294294
295295#### enableMessageId
296296
297297* 类型: ` boolean `
298- * 默认值: ` false `
298+ * 默认值: ` true `
299299
300300向模型暴露平台消息 ID,以允许发送引用消息。
301301
302302#### markdownRender
303303
304304* 类型: ` boolean `
305- * 默认值: ` true `
305+ * 默认值: ` false `
306306
307307是否启用 Markdown 渲染。关闭后可能会损失分割消息的精度。(仅旧版预设需要开启)
308308
309309#### messageInterval
310310
311311* 类型: ` number `
312- * 默认值: ` 14 `
312+ * 默认值: ` 20 `
313313* 范围: ` 0-10000 `
314314
315315随机发送消息的最大间隔。
@@ -377,31 +377,31 @@ input 会把最近群聊的聊天记录和状态等信息作为格式化输入
377377#### coolDownTime
378378
379379* 类型: ` number `
380- * 默认值: ` 10 `
380+ * 默认值: ` 0 `
381381* 范围: ` 0-1440 `
382382
383383冷却发言时间(秒)。当上一条消息发送完成后的 n 秒内发出的请求将被丢弃。
384384
385385#### typingTime
386386
387387* 类型: ` number `
388- * 默认值: ` 440 `
388+ * 默认值: ` 200 `
389389* 范围: ` 100-1500 `
390390
391391模拟打字时的间隔(毫秒)。
392392
393393#### largeTextSize
394394
395395* 类型: ` number `
396- * 默认值: ` 300 `
396+ * 默认值: ` 100 `
397397* 范围: ` 100-1000 `
398398
399399大文本消息的判断阈值(字符数)。
400400
401401#### largeTextTypingTime
402402
403403* 类型: ` number `
404- * 默认值: ` 100 `
404+ * 默认值: ` 10 `
405405* 范围: ` 10-1500 `
406406
407407大文本消息的固定打字间隔(毫秒)。
@@ -417,7 +417,7 @@ input 会把最近群聊的聊天记录和状态等信息作为格式化输入
417417#### modelCompletionCount
418418
419419* 类型: ` number `
420- * 默认值: ` 3 `
420+ * 默认值: ` 1 `
421421* 范围: ` 0-6 `
422422
423423模型历史消息轮数,为 0 不发送之前的历史轮次。
You can’t perform that action at this time.
0 commit comments