lightweight go reverse proxy for ollama with bearer token authentication
go proxy ollama

chore: fix download link

+2 -2
+2 -2
README.md
··· 13 13 ## Installation 14 14 15 15 ```bash 16 - go install github.com/ollama/ollama-proxy@latest 16 + go install github.com/julienrbrt/ollama-proxy@latest 17 17 ``` 18 18 19 19 ```bash ··· 36 36 export AUTH_TOKEN="your-secret-token" 37 37 export OLLAMA_URL="http://localhost:11434" 38 38 export PORT="8080" 39 - ./ollama-proxy 39 + ollama-proxy 40 40 ```