Discover and explore top open-source AI tools and projects—updated daily.
scukeqiLLM-powered input method for enhanced Chinese text prediction
Top 95.2% on SourcePulse
Wisdom-Weasel enhances the Rime/Weasel Chinese input method by integrating Large Language Model (LLM) powered intelligent prediction. It targets users seeking advanced, context-aware text completion beyond traditional input methods, offering a smarter typing experience while preserving Rime's flexibility and extensive ecosystem.
How It Works
This project augments the Rime input method framework by incorporating LLM-based candidate word generation. It maintains Rime's full scheme and dictionary support, using LLMs to predict candidate words based on current input and historical context. The system supports multiple LLM backends, including OpenAI-compatible APIs (like Ollama), local llama.cpp inference with GGUF models, and a Python backend for pinyin-constrained generation. It actively manages user input sequences as context and offers optional asynchronous memory compression for extended histories.
Quick Start & Requirements
weasel.yaml in the Rime user directory.llamacpp: Requires a local GGUF model file (4GB+ VRAM or sufficient RAM recommended).hf_constraint: Requires a Python environment set up using hf_backend/requirements.txt.https://rime.imHighlighted Details
llama.cpp (local GGUF), and hf_constraint (Python).Maintenance & Community
Issues specific to Wisdom-Weasel's LLM features, build, or configuration should be reported in the project's GitHub Issues. General Rime input method issues should be directed to Rime Home. Pull Requests are welcomed.
Licensing & Compatibility
Limitations & Caveats
The project is Windows-only, supporting Windows 8.1 through Windows 11. It has a hard dependency on a pre-installed and configured Rime/Weasel input method. Setting up the LLM backends requires specific user configuration, such as providing API keys, local model paths, or Python environments.
2 weeks ago
Inactive
VikParuchuri
lxe
zou-group
microsoft
MemoriLabs