feat: add next character prediction API and add it to session cli

This commit is contained in:
ensan-hcl
2024-08-01 15:57:56 +09:00
parent 60e4578045
commit 445361d6dc
7 changed files with 151 additions and 8 deletions

View File

@ -58,7 +58,8 @@ let package = Package(
name: "KanaKanjiConverterModule",
dependencies: [
"SwiftUtils",
.product(name: "llama", package: "llama.cpp")
.product(name: "llama", package: "llama.cpp"),
.product(name: "Collections", package: "swift-collections")
],
swiftSettings: swiftSettings
),