Skip to content

Commit

Permalink
πŸ“¦ v0.0.3 (#215)
Browse files Browse the repository at this point in the history
## Summary

✨ Bringing support for streaming chat in Glide (integrated with OpenAI, Azure OpenAI and Cohere)
✨ Started handling 401 errors to mark models as premaritally unavailable (e.g. when API key was not correct)
πŸ› Fixing the panic related to swagger.yaml file
πŸ› Fixing Anthropic chat workflow by passing API key correctly
πŸ”§ Improved Cohere param config and validation

## Changelog

### Added

- ✨Streaming Chat Workflow #149 #163 #161 (@roma-glushko)
- ✨Streaming Support for Azure OpenAI #173 (@mkrueger12)
- ✨Cohere Streaming Chat Support #171 (@mkrueger12)
- ✨Start counting token usage in Anthropic Chat #183 (@roma-glushko)
- ✨Handle unauthorized error in health tracker #170 (@roma-glushko)
- πŸ”§ #195 #196: Set router ctx in stream chunks & handle end of stream in case of some errors (@roma-glushko)
- πŸ›πŸ”§ #197: Handle max_tokens & content_filtered finish reasons across OpenAI, Azure and Cohere (@roma-glushko)

## Changed

- πŸ”§ πŸ’₯ #198: Expose more Cohere params & fixing validation of provider params in config (breaking change) (@roma-glushko)
- πŸ”§ #186: Rendering Durations in a human-friendly way (@roma-glushko)

### Fixed

- πŸ› Fix Anthropic API key header #183 (@roma-glushko)
- πŸ› #209: Embed Swagger specs into binary to fix panics caused by missing swagger.yaml file (@roma-glushko)
- πŸ› #200: Implemented a custom json per line stream reader to read Cohere chat streams correctly (@roma-glushko)

### Security

-  πŸ”“ Update crypto lib, golang, fiber #148 (@roma-glushko)

### Miscellaneous

-  πŸ› Update README.md to fix helm chart location #167 (@arjunnair22)
- πŸ”§ Updated .go-version (@roma-glushko)
-  βœ… Covered the telemetry by tests #146 (@roma-glushko)
- πŸ“ Separate and list all supported capabilities per provider #190 (@roma-glushko)
  • Loading branch information
roma-glushko authored Apr 16, 2024
1 parent b066eb0 commit 754af34
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ TBU

TBU

## [0.0.3-rc2] (Apr 17, 2024)
## [0.0.3-rc2], [0.0.3] (Apr 17, 2024)

Final major improvements to streaming chat workflow. Fixed issues with Cohere streaming chat.
Expanded and revisited Cohere params in config.
Expand Down Expand Up @@ -166,7 +166,9 @@ Bringing support for streaming chat in Glide.
- πŸ”§ [chores] Automatic coverage reports #39 (@roma-glushko)
- πŸ‘· [build] Setup release workflows #9 (@roma-glushko)

[unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/0.0.3-rc.1...HEAD
[unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/0.0.3...HEAD
[0.0.3]: https://github.com/EinStack/glide/compare/0.0.3-rc.1..0.0.3
[0.0.3-rc.2]: https://github.com/EinStack/glide/compare/0.0.3-rc.1..0.0.3-rc.2
[0.0.3-rc.1]: https://github.com/EinStack/glide/compare/0.0.2..0.0.3-rc.1
[0.0.2]: https://github.com/EinStack/glide/compare/0.0.2-rc.1..0.0.2
[0.0.2-rc.2]: https://github.com/EinStack/glide/compare/0.0.2-rc.1..0.0.2-rc.2
Expand Down

0 comments on commit 754af34

Please sign in to comment.