64bit / async-openai

Rust library for OpenAI
https://docs.rs/async-openai
MIT License
1.11k stars 165 forks source link

fix: CreateTranscriptionRequest language field not convert #188

Closed Taoaozw closed 7 months ago

Taoaozw commented 7 months ago

When I was using the api /v1/audio/transcriptions , I found that the language conversion function was not working properly, and I fixed it! 😊

issue is there: #187