- Fix bug that crashed
hosted-models
example whenquery
input was JSON literal on Windows.
Error handling improvements and updates to hosted-models
example.
- Rewrite errors and error handling to provide more context. This may introduce backwards incompatible changes.
- Add
HostedModel.GetURL()
method. - Rename
hosted-model
example and binary tohosted-models
. - Print everything but model output to stderr in
hosted-models
example. - Replace
ErrInvlaidURL
(misspelled) withErrInvalidURL
. - Add
--help
flag tohosted-models
example. - Fix error in
--url
description ofhosted-models
example. - Use POSIX style flags for all CLI arguments in
examples/
.
- Fix 400 error on request retries.
- Add
CHANGELOG
.
- Add MIT License.
Initial public release.