PocketAccountant / src /models /__init__.py
eldinosaur's picture
PocketAccountant: custom ledger UI + deterministic agent (engine, ledger, retrieval, classifier)
c55ab5e verified
Raw
History Blame Contribute Delete
330 Bytes
"""Models — load the fine-tuned MiniCPM (GGUF) via llama.cpp and hold the prompts.
NEXT MILESTONE. Local-first by default (llama-cpp-python loading a quantized GGUF),
with an optional Modal endpoint as a hosted fallback for the public Space. Exposes
a single chat/tool-call interface so the agent loop is runtime-agnostic.
"""