tangled
alpha
login
or
join now
julien.rbrt.fr
/
ollama-proxy
0
fork
atom
lightweight go reverse proxy for ollama with bearer token authentication
go
proxy
ollama
0
fork
atom
overview
issues
pulls
pipelines
chore: fix download link
julien.rbrt.fr
4 months ago
e127d39f
6e527542
+2
-2
1 changed file
expand all
collapse all
unified
split
README.md
+2
-2
README.md
···
13
13
## Installation
14
14
15
15
```bash
16
16
-
go install github.com/ollama/ollama-proxy@latest
16
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
39
-
./ollama-proxy
39
39
+
ollama-proxy
40
40
```