tryAGI/LangChain.Providers

[OpenAI] Support for JSON Response Format

Open

#6 opened on Nov 27, 2023

 (0 comments) (2 reactions) (0 assignees)C# (13 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (23 stars)
PR merge metrics
 (PR metrics pending)

Description

Discussed in https://github.com/tryAGI/LangChain/discussions/80

Originally posted by samitugal November 27, 2023

As you may know, with the latest update, OpenAI added the response format feature to the ChatGPT APIs. Would you consider adding such a feature? The most challenging part for me is parsing the outputs as JSON.

image

Contributor guide