mirror of
https://github.com/geoffsee/open-gsio.git
synced 2025-09-08 22:56:46 +00:00
hotfix: add default for local-inference
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
"tail:email-service": "wrangler tail -c workers/email/wrangler-email.toml",
|
||||
"tail:analytics-service": "wrangler tail -c workers/analytics/wrangler-analytics.toml",
|
||||
"tail:session-proxy": "wrangler tail -c workers/session-proxy/wrangler-session-proxy.toml --env production",
|
||||
"openai:local": "./scripts/start_inference_server.sh",
|
||||
"openai:local": "./scripts/start_inference_server.sh mlx-omni-server",
|
||||
"openai:local:mlx": "./scripts/start_inference_server.sh mlx-omni-server",
|
||||
"openai:local:ollama": "./scripts/start_inference_server.sh ollama",
|
||||
"openai:local:configure": "scripts/configure_local_inference.sh",
|
||||
|
Reference in New Issue
Block a user