mirror of
https://github.com/mii443/AzooKeyKanaKanjiConverter.git
synced 2025-08-22 15:05:26 +00:00
feat: add next character prediction API and add it to session cli
This commit is contained in:
@ -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
|
||||
),
|
||||
|
Reference in New Issue
Block a user