chore: maxTokens 65536 → 63488 (62K)

This commit is contained in:
thzxx
2026-06-27 22:01:27 +08:00
parent 594652f27a
commit f99c65ee28
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -142,7 +142,7 @@ export class AgentLoopEngine extends EventEmitter {
messages, messages,
tools: this.tools.length > 0 ? this.tools : undefined, tools: this.tools.length > 0 ? this.tools : undefined,
params: { params: {
maxTokens: 65536, maxTokens: 63488,
temperature: this.config.temperature, temperature: this.config.temperature,
stream: true, stream: true,
thinkingEnabled: true, thinkingEnabled: true,
+1 -1
View File
@@ -244,7 +244,7 @@ export class DatabaseService {
{ key: 'llm.apiKey', value: '""', category: 'llm' }, { key: 'llm.apiKey', value: '""', category: 'llm' },
{ key: 'llm.baseURL', value: '""', category: 'llm' }, { key: 'llm.baseURL', value: '""', category: 'llm' },
{ key: 'llm.temperature', value: '0', category: 'llm' }, { key: 'llm.temperature', value: '0', category: 'llm' },
{ key: 'llm.maxTokens', value: '65536', category: 'llm' }, { key: 'llm.maxTokens', value: '63488', category: 'llm' },
{ key: 'llm.fallbackProvider', value: '""', category: 'llm' }, { key: 'llm.fallbackProvider', value: '""', category: 'llm' },
{ key: 'llm.fallbackModel', value: '""', category: 'llm' }, { key: 'llm.fallbackModel', value: '""', category: 'llm' },