Revert "fix max_tokens for reasoning models (#1819)" (#1839)

* Revert "fix max_tokens for reasoning models (#1819)"

This reverts commit 1e2e233ff5.

* Revert "fix: revert max_completion_tokens to max_tokens (#1741)"

This reverts commit cd13eeb7d9.

* fix: nvim_version
This commit is contained in:
yetone
2025-04-09 16:58:54 +08:00
committed by GitHub
parent 1fc57ab1ae
commit 04336913b3
6 changed files with 8 additions and 12 deletions

View File

@@ -69,7 +69,7 @@ For building binary if you wish to build from source, then `cargo` is required.
model = "gpt-4o", -- your desired model (or use gpt-4o, etc.)
timeout = 30000, -- Timeout in milliseconds, increase this for reasoning models
temperature = 0,
max_tokens = 8192, -- Increase this to include reasoning tokens (for reasoning models)
max_completion_tokens = 8192, -- Increase this to include reasoning tokens (for reasoning models)
--reasoning_effort = "medium", -- low|medium|high, only used for reasoning models
},
},