talkis/.github/workflows
David Perov a69b993694 feat(local): bundled talkis-llm runtime (llama.cpp) for local summary
- talkis-llm.rs: a raw-HTTP sidecar like talkis-stt, backed by llama.cpp
  via llama-cpp-2, serving /health, /v1/models and an OpenAI-compatible
  /v1/chat/completions (Qwen2.5 ChatML). Args: -m/--host/--port/-c.
- Cargo: add llama-cpp-2 (Metal acceleration on macOS)
- prepare-stt-sidecar.mjs + tauri.conf externalBin + check.yml placeholders:
  build and bundle talkis-llm alongside the STT sidecars
- commit the macOS arm64 binary (built locally), like the other sidecars

The engine for the local "Текстовая" model: the GGUF model already
downloads; the runtime is now bundled and signed with the app, so no
talkis.ru hosting and no Gatekeeper issue.
2026-06-24 15:09:51 +03:00
..
check.yml feat(local): bundled talkis-llm runtime (llama.cpp) for local summary 2026-06-24 15:09:51 +03:00
release.yml ci: build Linux on ubuntu-24.04 for pipewire 0.10, add sidecar placeholders 2026-06-22 12:06:04 +03:00