Skip to content

0.11.1

Choose a tag to compare

@jonhadfield jonhadfield released this 30 Aug 19:08
· 60 commits to main since this release
4592764

Changed

  • bump dependencies: badger to 4.9.6 (the cache engine), miekg/dns to 1.1.73, go-pretty to
    6.8.3 and go-openai to 1.42.0
  • the AI rating request sends max_completion_tokens rather than the deprecated
    max_tokens. Same request for the model in use — gpt-4o-mini emits no reasoning tokens,
    so the 1024 ceiling means what it did — but the old parameter is not accepted by the
    o1-series models and go-openai 1.42.0 deprecates it