fix: revert max_completion_tokens to max_tokens (#1741)

This commit is contained in:
yetone
2025-03-27 16:53:55 +08:00
committed by GitHub
parent a06bb97db6
commit cd13eeb7d9
7 changed files with 6 additions and 9 deletions

View File

@@ -2,7 +2,7 @@
---@field deployment string
---@field api_version string
---@field temperature number
---@field max_completion_tokens number
---@field max_tokens number
---@field reasoning_effort? string
local Utils = require("avante.utils")