Skip to content

Latest commit

 

History

History
73 lines (56 loc) · 2.2 KB

CHANGELOG.md

File metadata and controls

73 lines (56 loc) · 2.2 KB

What's Changed in perplexity-v0.1.1

  • fix(perplexity): allow to specify chat messages
  • chore: clean-up

Full Changelog: https://github.com///compare/perplexity-v0.1.0...perplexity-v0.1.1

What's Changed in opai-v0.3.1

  • refactor(openai): use struct instead of enum for O1

What's Changed in opai-v0.3.0

  • feat(openai): add support for O1 models

Full Changelog: https://github.com///compare/opai-v0.2.0...opai-v0.3.0

What's Changed in opai-v0.2.0

  • docs(openai): fix typo
  • feat(openai): support image generation
  • refactor(openai): rename chat module
  • feat(openai): add support for embeddings
  • chore: add support for more gpt models
  • chore(openai): clean-up

Full Changelog: https://github.com///compare/opai-v0.1.0...opai-v0.2.0

What's Changed in replic-v0.1.3

  • chore(replicate): improve error handling

Full Changelog: https://github.com///compare/replic-v0.1.2...replic-v0.1.3

What's Changed in 0.2.0

  • docs: update
  • chore(mesh): bump anthropic version
  • chore: update prediction types
  • docs: minor changes
  • chore: update workspace and package configurations
  • chore: add publish = false to example crates
  • feat: add replicate
  • chore: set client headers names in constants
  • feat: add support for prompt caching

What's Changed in replic-v0.1.1

  • docs: update mesh README + use single CHANGELOG
  • chore(mesh): bump anthropic version
  • chore: update prediction types
  • docs: minor changes
  • chore: update workspace and package configurations
  • chore: add publish = false to example crates

Full Changelog: https://github.com///compare/replic-v0.1.0...replic-v0.1.1

Full Changelog: https://github.com///compare/anthropic-rs-v0.1.6...0.2.0

What's Changed in anthropic-rs-v0.1.6

  • chore: release crates
  • chore: add support for anthropic beta headers
  • doc: add README for anthropic crate
  • chore: update crates descriptions

Full Changelog: https://github.com///compare/mesh-v0.1.0...anthropic-rs-v0.1.6

What's Changed in mesh-v0.1.0

  • release mesh crate
  • feat: add mesh crate
  • feat: add anthropic examples
  • add CI workflow
  • chore: fix import in tests
  • chore: update prelude export
  • add README
  • add LICENSES
  • first commit