Echo-ai commited on
Commit
84fb194
·
verified ·
1 Parent(s): 521d73f

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +1 -1
start.sh CHANGED
@@ -1,4 +1,4 @@
1
- uvicorn app:app --host 0.0.0.0 --port 7860#!/bin/bash
2
  # Start Ollama in the background
3
  ollama serve &
4
  #ollama serve --port 7860 --host 0.0.0.0 &
 
1
+ #!/bin/bash
2
  # Start Ollama in the background
3
  ollama serve &
4
  #ollama serve --port 7860 --host 0.0.0.0 &