Skip to content

Releases: TLIEPE/demo-openai-primes

v3 - Strict Structured Output with OpenAI

26 Apr 19:22
7016ad9
Compare
Choose a tag to compare

v3 uses OpenAI’s new TOOLS_STRICT mode to enforce guaranteed JSON schema compliance.
This ensures safer and more reliable structured outputs in all API calls.

v2 - Stable Structured Output Version

26 Apr 18:37
f4d39c2
Compare
Choose a tag to compare

This release updates the project to use the Instructor library for stable structured outputs with OpenAI API.
The previous beta version remains available as v1.

v1 - Beta Structured Output Version

26 Apr 18:02
431783d
Compare
Choose a tag to compare

First version using OpenAI beta structured output parsing.
Based on client.beta.chat.completions.parse.
Note: Future versions will move to stable Instructor integration.