OpenAI Responses stream API in SwiftI just released SwiftOpenAI v4.2.0 with full support for OpenAI’s Response API streaming. This enables real-time, conversational AI…Jun 9Jun 9
Creating MCP Clients in Swift: Integrating Model Context ProtocolIn this post, we’ll explore how to integrate the Model Context Protocol (MCP) in Swift applications to enable AI models to access local and…Mar 24A response icon1Mar 24A response icon1
Agent Transfers in Swift with SwiftSwarmYou may have heard about agents or agentic flows. A high-level explanation of agents is that they are AI entities designed to handle…Oct 29, 2024Oct 29, 2024
Run LLM’s locally in SwiftI was not expecting to be so easy to be able to run open source models locally in a mac os app, this will be a short tutorial on how to do…Jul 1, 2024A response icon2Jul 1, 2024A response icon2
Prompt to code in Xcode with Claude 3.There have been rumors that Apple may launch a Copilot for Xcode, though no official plans have been shared publicly yet. In the meantime…Mar 5, 2024A response icon3Mar 5, 2024A response icon3
Published inIf let swift = Programming!OpenAI Function Calling, iOS implementation.Nov 15, 2023Nov 15, 2023
OpenAI Swift packageSince ChatGPT came out, I’ve been wanting to spend some time playing around with OpenAI APIs. Finally, I found some free time to do just…Oct 25, 2023Oct 25, 2023
Published inGeek CultureSynchronizing asynchronous networking calls using iOS 15 Group task API.Today I want to show how I used the new group tasks iOS 15 API in a sample project, to execute a group of networking calls to the Itunes…Jun 17, 2021Jun 17, 2021
Published inGeek CultureCreate a generic networking layer using async/await.Completion handlers are closures, self-contained blocks of functionality that can be passed around and used in your code. They get passed…Jun 11, 2021A response icon4Jun 11, 2021A response icon4