You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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