Dmitrii Medvedev

Results 5 issues of Dmitrii Medvedev

OpenAI API has support for streaming realtime audio by chunks (just like chat token-by-token streaming) Are there any plans to add support for this feature?

## What OpenAI supports sending audio speech by chunks (see my issue here: https://github.com/MacPaw/OpenAI/issues/185). This PR adds support for this feature. ## Why With this change, clients can start audio...

## What Add `SSLDelegateProtocol` delegate to `StreamingSession` ## Why I've discovered that when initializing `OpenAI` class with `URLSession`, it isn't utilized if the request uses `StreamingSession` (which is logical). Consequently,...

## What Add `pathPrefix` to OpenAI.Configuration. ## Why This is needed for reverse proxy servers - for example, if the proxy server has the next path: `some-proxy-server.com/api`, and it will...

**Is your feature request related to a problem? Please describe.** According to new API, Audio Transcriptions now supports Streaming, just like Chat and Create Audio endpoints **Additional context** API Reference:...