ka1kuk commited on
Commit
b5787d7
1 Parent(s): c7ac3ce

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +0 -2
main.py CHANGED
@@ -8,8 +8,6 @@ def run_command(command):
8
  print(f"Error: {e.stderr}")
9
 
10
  def main():
11
- # Install script
12
- run_command("curl -fsSL https://ollama.com/install.sh | sh")
13
 
14
  # Start Ollama server
15
  run_command("ollama serve")
 
8
  print(f"Error: {e.stderr}")
9
 
10
  def main():
 
 
11
 
12
  # Start Ollama server
13
  run_command("ollama serve")