Update main.py
Browse files
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")
|