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

@@ -16,7 +16,6 @@ interface LLMConfig {
apiKey?: string
model?: string
temperature?: number
maxTokens?: number
maxRetries?: number
/**