fix: provider inherited_from (#857)

This commit is contained in:
yetone
2024-11-17 01:09:33 +08:00
committed by GitHub
parent dfc51b3247
commit 4acdcb6e8b
2 changed files with 4 additions and 1 deletions

View File

@@ -135,6 +135,9 @@ M.parse_curl_args = function(provider, code_opts)
body_opts.temperature = 1
end
Utils.debug("endpoint", base.endpoint)
Utils.debug("model", base.model)
return {
url = Utils.url_join(base.endpoint, "/chat/completions"),
proxy = base.proxy,