Remove ollama dependency

This commit is contained in:
Connor Hack 2025-01-09 11:15:37 -08:00
parent df072c8493
commit fa99fbfb39

View file

@ -210,11 +210,6 @@ jobs:
sudo apt update -y
sudo apt install -y python3 python3-pip npm wget
#- name: "Installing packages with 'curl'"
# id: install_curl
# run: |
# curl -fsSL https://ollama.com/install.sh | sh
- name: "Installing packages with 'wget'"
id: install_wget
run: |