Changelog
- cc94425 update README
- ef05c05 renaming to llama-swap
- ef8d002 release works?
- 5a4a41c add release thing
- f992f7f Create go.yml
- 85743ad remove the v1/models endpoint, needs improvement
- 3e90f83 add /v1/models endpoint and proxy everything to llama-server
- e0103d1 build simple-responder with make all
- d682589 support environment variables
- 43119e8 add README
- 844615b rename to llamagate
- aaca9d8 add Makefile
- bfdba43 improve error handling
- 2d387cf rename proxy.go to manager.go
- d061819 moved config into proxy package
- 7475bf0 .
- 4c2cc1c add license
- 8341543 move proxy logic into the proxy package
- f44faf5 move config to its own package
- cb576fb replace io.Copy to improve performance sending data to client
- b63b81b first commit