We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc2dd43 commit 388a551Copy full SHA for 388a551
1 file changed
lua/CopilotChat/config/providers.lua
@@ -314,7 +314,7 @@ M.copilot = {
314
end,
315
316
get_models = function(headers)
317
- log.info('getting models .. headers: ' .. utils.serializeTable(headers))
+ log.info('getting models .. headers: ' .. utils.to_string(headers))
318
local response, err = utils.curl_get(M.endpoints_api .. '/models', {
319
json_response = true,
320
headers = headers,
0 commit comments