mirror of
https://github.com/openswarm-ai/openswarm.git
synced 2026-09-11 04:07:44 +02:00
[eric] voice: bundle per-arch whisper-server into the mac build (pinned v1.7.6, static + non-system-dylib gate; model stays the proven first-run download)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"name": "openswarm",
|
||||
"version": "1.5.8",
|
||||
"license": "AGPL-3.0-only",
|
||||
"description": "OpenSwarm — AI Agent Orchestrator",
|
||||
"description": "OpenSwarm \u2014 AI Agent Orchestrator",
|
||||
"author": "openswarm-ai",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
@@ -82,6 +82,13 @@
|
||||
"**/*"
|
||||
]
|
||||
},
|
||||
{
|
||||
"from": "build-staging/whisper/${arch}",
|
||||
"to": "whisper",
|
||||
"filter": [
|
||||
"**/*"
|
||||
]
|
||||
},
|
||||
{
|
||||
"from": "build-staging/python-env/${arch}",
|
||||
"to": "python-env",
|
||||
|
||||
Reference in New Issue
Block a user