Getting Set Up I'm assuming you have .NET installed. Install Ollama. We will use this to run Phi-3 locally. Open a command prompt and run ollama pull phi3:latest to download Phi-3 Validate everything is working by using ollama run phi3 after the download is complete.