Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ollama service #972

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Open

Add ollama service #972

wants to merge 15 commits into from

Commits on Jun 11, 2024

  1. feat: Add ollama service

    Velnbur committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    30029ae View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    054f16d View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. Make ollama daemon

    Velnbur committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    8ad6c8f View commit details
    Browse the repository at this point in the history
  2. Add ollama to system packages

    Velnbur committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    545b564 View commit details
    Browse the repository at this point in the history
  3. Add some of the options from NixOS ollama module

    Particularly: host, port, home, models and environmentVariables, to make
    ollama module compatible with one from nixpkgs.
    
    Except: sandbox, writablePaths, acceleration, openFirewall.
    Velnbur committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    04fd278 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5df2ab6 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Revert "Make ollama daemon"

    This reverts commit 8ad6c8f.
    Velnbur committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    4c31a81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6891635 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a25675f View commit details
    Browse the repository at this point in the history
  4. Remove ProcessType

    Velnbur committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    45a7346 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    585e301 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Revert "Add log file option to ollama service"

    This reverts commit 585e301.
    Velnbur committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    a29120c View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Remove "home" option

    Velnbur committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    1c4d6a7 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Set models as null by default

    Velnbur committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    dd4e6fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb399d3 View commit details
    Browse the repository at this point in the history