Skip to content

📦 v0.0.3: Streaming Chat

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 16 Apr 22:22
754af34

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

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

Miscellaneous