mkht / PSOpenAI

PowerShell module for OpenAI API.
MIT License
43 stars 11 forks source link

Structured outputs #29

Closed potatoqualitee closed 3 months ago

potatoqualitee commented 3 months ago

OpenAI introduced this incredibly helpful requirement for output.

https://openai.com/index/introducing-structured-outputs-in-the-api/

mkht commented 3 months ago

Of course I will add this parameter. I will be able to work on it next weekend.

mkht commented 3 months ago

Structured Outputs now supported in release v4.1.0

Please refer to this guide for usage. Guide: How to use Structured Outputs