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

chore: fix download link

Changed files
+2 -2
+2 -2
README.md
···
## Installation
```bash
-
go install github.com/ollama/ollama-proxy@latest
+
go install github.com/julienrbrt/ollama-proxy@latest
```
```bash
···
export AUTH_TOKEN="your-secret-token"
export OLLAMA_URL="http://localhost:11434"
export PORT="8080"
-
./ollama-proxy
+
ollama-proxy
```