docs: add reasoning_effort docs (#1286)

This commit is contained in:
Enes Kutay SEZEN 2025-02-16 23:52:22 -05:00 committed by GitHub
parent 7fa7b0fa3b
commit 0a146dc63a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -60,6 +60,7 @@ For building binary if you wish to build from source, then `cargo` is required.
timeout = 30000, -- timeout in milliseconds timeout = 30000, -- timeout in milliseconds
temperature = 0, -- adjust if needed temperature = 0, -- adjust if needed
max_tokens = 4096, max_tokens = 4096,
reasoning_effort = "high" -- only supported for "o" models
}, },
}, },
-- if you want to build from source then do `make BUILD_FROM_SOURCE=true` -- if you want to build from source then do `make BUILD_FROM_SOURCE=true`

View File

@ -64,6 +64,7 @@ local DressingState = { winid = nil, input_winid = nil, input_bufnr = nil }
---@field __inherited_from? string ---@field __inherited_from? string
---@field temperature? number ---@field temperature? number
---@field max_tokens? number ---@field max_tokens? number
---@field reasoning_effort? string
--- ---
---@class AvanteLLMUsage ---@class AvanteLLMUsage
---@field input_tokens number ---@field input_tokens number