Skip to content

Releases: mostlygeek/llama-swap

v82

16 Jan 20:13
abdc2bf
Compare
Choose a tag to compare

Changelog

  • abdc2bf Fix panic when requesting non-members of profiles
  • c3b8347 Update README.md
  • 3c8e727 Update README.md

v81

13 Jan 02:40
3a1e9f8
Compare
Choose a tag to compare
v81

Changelog

v80

20 Dec 19:30
db6715b
Compare
Choose a tag to compare
v80

Changelog

  • db6715b update golang.org/x/net -> v0.33.0 for dependabot
  • da5d9e8 fix HTTP logging so true path is printed

v79

20 Dec 18:50
84b667c
Compare
Choose a tag to compare
v79

Changelog

  • 84b667c improve logging and error reporting for troubleshooting
  • 2965710 add more OpenAI API supported in README

v78

18 Dec 06:13
9c88604
Compare
Choose a tag to compare
v78

Changelog

v77

17 Dec 22:39
891f6a5
Compare
Choose a tag to compare
v77

Changelog

v76

17 Dec 00:26
7183f6b
Compare
Choose a tag to compare
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

14 Dec 18:31
27302c0
Compare
Choose a tag to compare
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

10 Dec 03:12
5fbd53c
Compare
Choose a tag to compare

Changelog

  • 5fbd53c delay TTL check until after all requests are complete (#25)

v0.1.4

09 Dec 05:39
97dae50
Compare
Choose a tag to compare

Changelog

  • 97dae50 update readme
  • cb978f7 add web interface to /logs
  • 387f0ef use new timings data in server response in run-benchmark.sh