ka1kuk commited on
Commit
5c6e5ec
1 Parent(s): 184a427

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -7,7 +7,7 @@ def run_command(command):
7
  except subprocess.CalledProcessError as e:
8
  print(f"Error: {e.stderr}")
9
 
10
- def main(model):
11
  # Install script
12
  run_command("curl -fsSL https://ollama.com/install.sh | sh")
13
 
 
7
  except subprocess.CalledProcessError as e:
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