DeathDaDev commited on
Commit
87059f3
·
verified ·
1 Parent(s): a1e8dca

Update run_ollama.sh

Browse files
Files changed (1) hide show
  1. run_ollama.sh +1 -4
run_ollama.sh CHANGED
@@ -3,7 +3,4 @@
3
  # Start Ollama and capture its output
4
  OLLAMA_URL=$(ollama start 2>&1 | grep -oP 'http://localhost:\d+')
5
 
6
- echo "Ollama URL: $OLLAMA_URL"
7
-
8
- # Run a simple HTTP server to serve the URL to Gradio
9
- echo $OLLAMA_URL > ollama_url.txt
 
3
  # Start Ollama and capture its output
4
  OLLAMA_URL=$(ollama start 2>&1 | grep -oP 'http://localhost:\d+')
5
 
6
+ echo "Ollama URL: $OLLAMA_URL"