Severian commited on
Commit
0024474
1 Parent(s): ea6dc35

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +1 -1
start.sh CHANGED
@@ -2,7 +2,7 @@
2
 
3
  # Set environment variables for the ollama server
4
  export OLLAMA_HOST=0.0.0.0
5
- export OLLAMA_ORIGINS=https://projects.blender.org
6
 
7
  # Start the Ollama service in the background
8
  ollama serve &
 
2
 
3
  # Set environment variables for the ollama server
4
  export OLLAMA_HOST=0.0.0.0
5
+ #export OLLAMA_ORIGINS=https://projects.blender.org
6
 
7
  # Start the Ollama service in the background
8
  ollama serve &