fix: do not allow max_tokens & max_completion_tokens at the same time (#1633)
* fix: do not allow max_tokens & max_completion_tokens at the same time * chore: fix formatting
This commit is contained in:
@@ -32,8 +32,7 @@ function M:parse_curl_args(prompt_opts)
|
||||
end
|
||||
end
|
||||
|
||||
-- NOTE: When using reasoning models set supported parameters
|
||||
self.set_reasoning_params(provider_conf, request_body)
|
||||
self.set_allowed_params(provider_conf, request_body)
|
||||
|
||||
return {
|
||||
url = Utils.url_join(
|
||||
|
||||
Reference in New Issue
Block a user