Fixed issues

This commit is contained in:
Jonas Widen 2025-03-16 14:15:56 +01:00
parent 7bfeb48f7d
commit 925c22b834

View File

@ -46,9 +46,10 @@ local function make_request(prompt)
-- Escape the payload for shell -- Escape the payload for shell
payload = vim.fn.shellescape(payload) payload = vim.fn.shellescape(payload)
-- Updated API endpoint URL
local command = string.format( local command = string.format(
"curl -s -X POST " "curl -s -X POST "
.. "'https://generative-ai.googleapis.com/v1/models/%s:generateContent?key=%s' " .. "'https://generativelanguage.googleapis.com/v1/models/%s:generateContent?key=%s' "
.. "-H 'Content-Type: application/json' " .. "-H 'Content-Type: application/json' "
.. "-d %s", .. "-d %s",
model, model,