v0.25.3
Docker Images
Published to Docker Hub:
mahimairaja/voicegateway:0.25.3mahimairaja/voicegateway:latestmahimairaja/voicegateway-dashboard:0.25.3mahimairaja/voicegateway-dashboard:latest
Built for linux/amd64 and linux/arm64.
Quick Start
docker run -p 8080:8080 \
-v $(pwd)/voicegw-data:/data \
mahimairaja/voicegateway:0.25.3See docs.voicegateway.dev for full documentation.
What's Changed
- Add a turn-percentile read endpoint so both baseline modes agree by @mahimairaja in #259
- Price a model before it runs, and price an LLM as two numbers by @mahimairaja in #260
Full Changelog: v0.25.2...v0.25.3