Method: OpenAI::Models::Chat::ChatCompletionAudio#data
- Defined in:
- lib/openai/models/chat/chat_completion_audio.rb
#data ⇒ String
Base64 encoded audio bytes generated by the model, in the format specified in the request.
18 |
# File 'lib/openai/models/chat/chat_completion_audio.rb', line 18 required :data, String |