What's Changed
Fixes
- Volcengine AST 2.0 connection fix: Fixed HTTP 403 error when connecting to Doubao AST 2.0 with apps that only have the simultaneous translation service enabled. The incorrect resource ID (
volc.bigasr.sauc.duration, which belongs to the streaming ASR service) has been replaced with the correct one (volc.service_type.10053) per the official AST 2.0 API documentation. (#149) - Upgrade dependencies to resolve security vulnerabilities
Full Changelog: v0.15.18...v0.15.19