fix: rm maxTokens from api

This commit is contained in:
Simon
2026-01-10 23:27:08 +08:00
parent da5cf44012
commit bfa6a5347e
6 changed files with 0 additions and 7 deletions

View File

@@ -35,7 +35,6 @@ export class OpenAIClient implements LLMClient {
modelPatch({
model: this.config.model,
temperature: this.config.temperature,
max_tokens: this.config.maxTokens,
messages,
tools: openaiTools,