Skip to content

0.2.0

Compare
Choose a tag to compare
@antonioloison antonioloison released this 05 Sep 09:02
· 18 commits to main since this release
1d8a011

Added

  • Register Fireworks Llama 3.1 8b and 70b prices with litellm to better support these models as evaluators.

Changed

  • Remove instructor package to better understand what is really sent to the LLM. All the LLM generations are simply done using litellm.acompletion.
  • Removed black from justfile and dev dependencies as ruff plays the same role.