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

Configure Feed

Select the types of activity you want to include in your feed.

chore: require lower go version

+1 -1
+1 -1
go.mod
··· 1 1 module github.com/julienrbrt/ollama-proxy 2 2 3 - go 1.25 3 + go 1.23 4 4 5 5 require ( 6 6 github.com/go-chi/chi/v5 v5.1.0