Update start_ollama.bat
Browse files- start_ollama.bat +3 -1
start_ollama.bat
CHANGED
|
@@ -1,4 +1,6 @@
|
|
| 1 |
@echo off
|
| 2 |
echo Starting Ollama with all origins allowed...
|
| 3 |
set OLLAMA_ORIGINS=*
|
| 4 |
-
ollama serve
|
|
|
|
|
|
|
|
|
| 1 |
@echo off
|
| 2 |
echo Starting Ollama with all origins allowed...
|
| 3 |
set OLLAMA_ORIGINS=*
|
| 4 |
+
ollama serve
|
| 5 |
+
|
| 6 |
+
pause
|