Fixed issues
This commit is contained in:
parent
c076f03da4
commit
bb152fd06f
@ -1,8 +1,8 @@
|
|||||||
local M = {}
|
local M = {}
|
||||||
|
|
||||||
M.defaults = {
|
M.defaults = {
|
||||||
model = "gemini-2.0-flash", -- Reverting back to the original model
|
model = "gemini-2.0-flash",
|
||||||
api_url = "https://generativelanguage.googleapis.com/v1beta/models/%s/generateContent",
|
api_url = "https://generativelanguage.googleapis.com/v1/models/%s:generateContent", -- Updated URL format
|
||||||
window = {
|
window = {
|
||||||
width = function() return math.floor(vim.o.columns / 3) end,
|
width = function() return math.floor(vim.o.columns / 3) end,
|
||||||
height = function() return vim.o.lines - 2 end,
|
height = function() return vim.o.lines - 2 end,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user