InstructorLite - v1.0.0. OpenAI to use Responses API, new ChatCompletionsCompatible adapter, housekeeping

InstructorLite v1.0.0

  • OpenAI adapter was changed to use Responses API.
  • New ChatCompletionsCompatible adapter was added for people who want to continue using OpenAI Chat Completions endpoint or, as the name suggests, other chat completions compatible providers like Grok.
  • Jason dependency is now optional. InstructorLite will use built-in JSON module if it’s available
  • Some general housekeeping: more tests, revamped docs and cookbooks, standardized prompts across adapters, etc. All adapters were tested against reasoning models to verify reasoning tokens in output do not surprise them.

A very short migration guide: Changelog — instructor_lite v1.0.0

5 Likes