Skip to content

Latest commit

 

History

History
46 lines (37 loc) · 762 Bytes

File metadata and controls

46 lines (37 loc) · 762 Bytes

SpringAI

Installation Download Ollama: For Mac: Download Ollama for Mac For Windows: Download Ollama Setup For Linux: Use the command: bash

Verify

Open In Editor Run Copy code curl -fsSL https://ollama.com/install.sh | sh 2. Starting the Server After installation, start the Ollama server by running: bash

Verify

Open In Editor Run Copy code ollama serve 3. Running a Model To run a specific model, use the command: bash

Verify

Open In Editor Run Copy code ollama run llama3.2 This command initializes the model, making it ready for interaction. 4. Accessing the Web Interface Open your web browser and navigate to:

Verify

Open In Editor Run Copy code http://localhost:11434/ This URL will allow you to interact with the model through a web interface