Skip to content

Ollama Integration Setup

API Setup

  1. Go to Ollama and download it.
  2. Run Ollama app.
  3. Open Terminal/CMD app and pull one of the models using this command for example:

     ollama run llama3
    
    4. Default Ollama API url is: http://localhost:11434

EspoCRM Setup

  1. Navigate to Administration -> Integrations -> Ollama.
  2. Paste the API Base URL.
  3. Choose the default model you want to use.

    setup-0.png