Fixed issues
This commit is contained in:
parent
7bfeb48f7d
commit
925c22b834
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user