0.2.0
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 usinglitellm.acompletion
. - Removed black from justfile and dev dependencies as ruff plays the same role.