lofcz / LlmTornado

One .NET library to consume OpenAI, Anthropic, Cohere, Google, Azure, Groq, and self-hosed APIs.
https://github.com/lofcz/LlmTornado
MIT License
36 stars 12 forks source link

Fix summary for AudioFile.ContentType. Add Audio Transcription and Create a Speech examples to README.md #1

Closed efimovnikita closed 11 months ago

efimovnikita commented 11 months ago

Fix summary for AudioFile.ContentType. Add Audio Transcription and Create a Speech examples to README.md

lofcz commented 11 months ago

Thanks for the contribution! Could you please revert the changes in OpenAiNg/Audio/AudioFile.cs? I will merge the other change but as for the audio formats, OpenAI's documentation lists the extensions and not MIME type, I think it would be better if we aligned with them on this.