KeyserDSoze / Rystem.OpenAi

.Net wrapper for OpenAI with Dependency injection integration, factory integration: you may inject more than one endpoint, azure integration: you may swap among openai endpoint and any azure endpoint quickly and easily. You can calculate tokens and cost for each request (before the request) and for each response.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for response_format json_object in Chat

guillermosaez opened this issue · comments

Describe the feature or improvement you're requesting

For getting correct json format responses, OpenAI have developed a way to specify that we want the response to be JSON..

Additional context

No response