Don't wrap `koboldbridge` in bridge.lua

This commit is contained in:
Gnome Ann 2021-12-13 01:06:05 -05:00
parent d2f5544468
commit b99e9f1292
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ return function(_python, _bridged)
end
---@class KoboldBridgeLib
local koboldbridge = setmetatable({}, metawrapper)
local koboldbridge = {}
koboldbridge.regeneration_required = false
koboldbridge.resend_settings_required = false