sashabaranov / go-openai

OpenAI ChatGPT, GPT-3, GPT-4, DALL·E, Whisper API wrapper for Go
Apache License 2.0
8.63k stars 1.3k forks source link

Support Text to speech #527

Open hkhere opened 8 months ago

hkhere commented 8 months ago

Text to speech

stillmatic commented 8 months ago

this PR works but needs better tests if anyone is willling to help! https://github.com/sashabaranov/go-openai/pull/528

db-tech commented 8 months ago

Hi, I would love to help, but I am still pretty new to this so I would need some pointers...

  1. How to change/extend the existing PR code ? Or do I just fork this repo, make changes and create a new PR ?
  2. What kind of tests are expected ?
anhao commented 8 months ago

Hello , When will "create_speech" be available online? https://github.com/sashabaranov/go-openai/pull/528

yangcheng commented 5 months ago

does #528 means the feature is supported now?