Views
No views yet
llama-server sidecar. No API keys, no internet required.| Property | Value |
|---|---|
| Base Model | Qwen/Qwen2.5-1.5B-Instruct |
| Fine-tuning | SUI blockchain tools, pet personality, multilingual responses |
| Quantization | Q4_K_M (4-bit, GGUF) |
| File Size | ~986 MB |
| Context Length | 2048 tokens |
| Architecture | Qwen2 (2B params before quantization) |
<tool_call> JSON that the app intercepts and executes via zkLogin.| Tool | Description |
|---|---|
transfer_sui | Send SUI to an address or saved contact |
check_wallet_balance | Query wallet balance on SUI testnet |
swap_sui_to_usdc | Swap SUI tokens to USDC |
set_pomodoro_timer | Start/stop focus timer |
bonk_pet | Interact with on-chain PetNFT (bonk) |
send_pet_gift | Send a gift to another pet |
rename_pet | Rename the user's PetNFT |
check_pet_stats | View pet level and stats |
start_auto_trade / stop_auto_trade | Control simulated auto-trading |
add_fast_transfer_wallet | Add contact to whitelist |
1# Start local server (used by MiniPet app internally)
2llama-server -m qwen-sui-q4_k_m.gguf --port 8080 -c 2048
3
4# Or use the HuggingFace shorthand
5llama-server -hf iamquocbao/minipet-qwen-model-SUI:Q4_K_Mhttp://127.0.0.1:8080/v1/chat/completions.~/Library/Application Support/com.minipet.app/minipet-qwen-model-SUI.gguf