• Joined on 2025-11-15
valknar pushed to main at valknar/llmx 2025-11-16 21:59:57 +01:00
ee75cfaa7f fix: Regenerate Cargo.lock for v0.1.6
valknar pushed tag rust-v0.1.6 to valknar/llmx 2025-11-16 21:52:08 +01:00
valknar pushed to main at valknar/llmx 2025-11-16 21:52:08 +01:00
085d8c9343 chore: Bump version to 0.1.6
valknar pushed to main at valknar/llmx 2025-11-16 21:43:09 +01:00
462b219d3f feat: Add comprehensive Anthropic prompt caching
valknar pushed to main at valknar/llmx 2025-11-16 21:25:53 +01:00
63de226119 fix: Downgrade tracing to 0.1.41 (crates.io latest)
valknar pushed tag rust-v0.1.5 to valknar/llmx 2025-11-16 21:08:32 +01:00
valknar pushed to main at valknar/llmx 2025-11-16 21:08:30 +01:00
7d2842885a chore: Bump version to 0.1.5
valknar pushed to main at valknar/docker-compose 2025-11-16 18:53:46 +01:00
8622f9dfa0 fix: remove drop_params from individual model configs
valknar pushed to main at valknar/docker-compose 2025-11-16 16:09:20 +01:00
0146d1f043 fix: remove invalid supports_prompt_caching parameter
valknar pushed to main at valknar/docker-compose 2025-11-16 16:07:31 +01:00
d26310afb7 feat: enable prompt caching for all Claude models
valknar pushed to main at valknar/docker-compose 2025-11-16 16:05:16 +01:00
2014a82efb feat: enable Redis caching for LiteLLM
valknar pushed to main at valknar/docker-compose 2025-11-16 16:04:43 +01:00
5cec1415ad fix: disable LiteLLM cache to avoid Redis requirement
valknar pushed to main at valknar/docker-compose 2025-11-16 16:03:21 +01:00
8a18ae753d perf: optimize LiteLLM for better performance
ffbcecc09d feat: replace Basic Auth with Authelia
39c28d49a4 feat: remove Authelia from services with own auth
Compare 3 commits »
valknar pushed to main at valknar/docker-compose 2025-11-15 20:59:32 +01:00
f572da050e fix: update Traefik dashboard domain to proxy.pivoine.art
valknar pushed to main at valknar/docker-compose 2025-11-15 20:56:57 +01:00
875afe2434 fix: remove authRequestHeaders to allow Cookie header forwarding
valknar pushed to main at valknar/docker-compose 2025-11-15 20:52:44 +01:00
9b59d0e3ba fix: add explicit session configuration parameters
valknar pushed to main at valknar/docker-compose 2025-11-15 20:49:16 +01:00
2b6ea5ee16 fix: change Mailpit to one_factor authentication
valknar pushed to main at valknar/docker-compose 2025-11-15 20:48:21 +01:00
dffc9a36cf revert: switch back to /api/authz/forward-auth endpoint
valknar pushed to main at valknar/docker-compose 2025-11-15 20:44:18 +01:00
4902acc06d test: switch to legacy /api/verify endpoint for automatic redirects
valknar pushed to main at valknar/docker-compose 2025-11-15 20:39:09 +01:00
c625b898cb fix: simplify Authelia config to match official blog example