TsungChihTsai commited on
Commit
a522016
·
verified ·
1 Parent(s): 6ecd6ab

Update start_ollama.bat

Browse files
Files changed (1) hide show
  1. 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