Releases: mostlygeek/llama-swap
Releases · mostlygeek/llama-swap
v82
Changelog
- abdc2bf Fix panic when requesting non-members of profiles
- c3b8347 Update README.md
- 3c8e727 Update README.md
v80
Changelog
- db6715b update golang.org/x/net -> v0.33.0 for dependabot
- da5d9e8 fix HTTP logging so true path is printed
v79
Changelog
- 84b667c improve logging and error reporting for troubleshooting
- 2965710 add more OpenAI API supported in README
v76
Changelog
- 7183f6b fix bad logging due to wrong []byte used #28
- d89bfeb add .DS_Store to .gitignore
- 9a0c6be Improve stop exceptions (#28) (#29)
- d6ca535 tweak release tagging so it is not based on number of commits
v75
This is the first release that changes change the Release versioning from semver to just the number of commits in the main
branch.
Changelog
- 27302c0 change llama-swap to use goreleaser default ldflag values
v0.1.5
Changelog
- 5fbd53c delay TTL check until after all requests are complete (#25)
v0.1.4
Changelog
- 97dae50 update readme
- cb978f7 add web interface to /logs
- 387f0ef use new timings data in server response in run-benchmark.sh