Get Up to Speed
Alex Bratton digs into swift-chat, a Swift-based app that allows loading an AI model and running prompts against it.
In case you missed part 1, make sure you start there to get the LLM running via command line first — that includes getting the core environment set up and the Mistral 7B model downloaded and ready for use.
For part 2 we’ll be digging into swift-chat, a Swift-based app that allows loading a model and running prompts against it.
Let’s talk through what running models locally could unlock for your workflows.
Start the conversation