Phi-3 Mini with Ollama
Phi-3 Mini is a 3.8B parameters, lightweight, state-of-the-art open model by Microsoft. In this guide, we use Ollama, a desktop application that let you download and run model locally.
Start the Ollama application or run the command to launch the server from a terminal.
(optional) Pull your model from the Ollama server (see list of models). GenAIScript will automatically attempt to pull it if missing.
Update your script to use the
ollama:phi3
model.Apply this script to the files you want to summarize!