feat: make tiktoken optional (#245)
This commit is contained in:
@@ -52,7 +52,6 @@ local M = {}
|
||||
function M.setup(model)
|
||||
local ok, core = pcall(require, "tiktoken_core")
|
||||
if not ok then
|
||||
print("Warn: tiktoken_core is not found!!!!")
|
||||
return
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user