Skip to content

Version 1.1.1

Latest
Compare
Choose a tag to compare
@peterbanda peterbanda released this 02 Dec 10:59
· 10 commits to master since this release

Sure, here's the proofread version:

  • New Models:

    • Claude 3.5 Sonnet / Haiku, Llama 3.2, grok-beta, gpt-4o-2024-11-20, etc.
  • New Providers:

    • Grok and Deepseek (with examples)
  • Enhanced Anthropic Integration:

    • Message/block caching
    • System prompt generalized as a "message"
    • PDF block processing
  • Better Support for JSON:

    • createChatCompletionWithJSON
  • Adapters:

    • Failover models support for chat completion (createChatCompletionWithFailover)
    • Core adapters/wrappers abstracted and relocated to ws-client
  • Fixes:

    • Scala 2.13 JSON schema serialization
  • Refactoring:

    • ChatCompletionBodyMaker (removed WSClient dependency)
    • Removed org.joda.time.DateTime