ChatGPT-4 API access from C#

It’s worth noting that the endpoints for “gpt-3.5-turbo” and “gpt-4” are distinct from that of “text-davinci-003”, and thus require different parameter formats. For seamless functioning, it is advisable to peruse the API documentation provided by OpenAI.

*It works well with POSTMAN.

1 Like