LOL! Spent an hour figuring out how to code 4o-mini

Worked a ChatGPT plugin into my ribbon with the 4o-mini version. Much less expensive. Just remember to type it in as an o after the 4.

var requestBody = new
{
model = “gpt-4o-mini”,
messages = messages
};