Advertisement
epicminer

api setup ollama

Jan 29th, 2025
306
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.32 KB | Cybersecurity | 0 0
  1. ##### any model which you want #### you can use deepseek as well ###
  2.  
  3.  
  4. wget https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64 -O cloudflared
  5. chmod +x cloudflared
  6. sudo mv cloudflared /usr/local/bin/
  7.  
  8. cloudflared tunnel --url http://localhost:11434 --http-host-header="localhost:11434"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement