mirror of
https://github.com/SerTimBerrners-Lee/talkis.git
synced 2026-07-10 01:39:26 +00:00
- 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. |
||
|---|---|---|
| .. | ||
| before-tauri-build.mjs | ||
| build-release-macos.sh | ||
| build-release.mjs | ||
| check-version-sync.sh | ||
| create-updater-latest-json.sh | ||
| postprocess-macos-release.sh | ||
| prepare-ffmpeg-sidecar.mjs | ||
| prepare-stt-sidecar.mjs | ||