Increment `API_VERSION` in bridge.lua

This commit is contained in:
Gnome Ann 2022-04-14 15:00:41 -04:00
parent efea584d84
commit dcdd0263fc
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ return function(_python, _bridged)
---@field num_outputs integer
---@field feedback string
---@field is_config_file_open boolean
local kobold = setmetatable({API_VERSION = 1.0}, metawrapper)
local kobold = setmetatable({API_VERSION = 1.1}, metawrapper)
local KoboldLib_mt = setmetatable({}, metawrapper)
local KoboldLib_getters = setmetatable({}, metawrapper)
local KoboldLib_setters = setmetatable({}, metawrapper)