This repository was archived by the owner on Apr 30, 2026. It is now read-only.
v0.3.0
⚠️ Introducing removal of unused arguments in generate() API for initializing OpenAI client ⚠️
Valid OpenAI client now needs to be passed to the API as it will no longer be initialized on the API side.
The removal of the unused arguments for initalizing OepnAI client was driven from the CLI, please refer to the PR on GitHub.
What's Changed
- tests: Add test to validate that generate_data() is generating the files expected by @hickeyma in #226
- Use instructlab-schema package to parse qna.yaml files by @bjhargrave in #62
- remove instructlab from requirements-dev by @makelinux in #249
- Bump rojopolis/spellcheck-github-actions from 0.40.0 to 0.41.0 by @dependabot in #241
- generate_data: remove 6 unused arguments by @makelinux in #248
- Fix selection logic for distractor documents by @aakankshaduggal in #252
- tests: Remove custom yaml rules by @bjhargrave in #253
Full Changelog: v0.2.6...v0.3.0