Releases: jamesrochabrun/SwiftOpenAI
Releases · jamesrochabrun/SwiftOpenAI
Azure OpenAI
v1.5
Log probs are now available with chat completions.
- Adding support for log probs in chat completion API https://platform.openai.com/docs/api-reference/chat/create#chat-create-logprobs
- Updated Chat demos with new log probs parameters.

OpenAI DevDay Updates Final part
This release features all the new endpoints introduced at OpenAI Dev Day, including the beta version of the Assistants API. It supports a range of functionalities such as assistants, messages, threads, runs, run steps, message file objects, the Vision API, the Text-to-Speech API, and more.
Developers can create their own Assistant client like this.

OpenAI DevDay Updates Part two
- Support for text to speech.
- Demos TTS.
- https://platform.openai.com/docs/api-reference/audio/createSpeech
- Minor updates on shared models.
- Improving demos for function call tutorial.
- https://medium.com/p/5b68b0f2e2f7
OpenAI DevDay Updates Part one
SwiftOpenAI: OpenAI API Integration for Swift
SwiftOpenAI v1.0.0 is a Swift package that provides a wrapper for the OpenAI API. This version supports all the primary OpenAI endpoints, including Audio, Chat, Embeddings, Fine-tuning, Files, Images, Models, and Moderations. It also comes with demos for each endpoint to help users understand its usage.


