MikeHouston.net

Honorary member of the Shaolin

Simple c# example : calling chatGPT API

using System; using System.Net.Http; using System.Threading.Tasks; using System.Text.Json; namespace ChatGPTExample {     class Program     {         static async Task Main(string[] args)    &nbs... [More]