brixxGPT
Calls the OpenAI integration in brixxbox
OpenAI API Key must
Parameter
Example Usages
let response = app.brixxGPT({
system: "Reply in a HTML snipped Text, that will be inserted in an existing div",
user: "How to create a for loop in JS?"
});
// "output" is a brixxbox htmlTemplate control
$(app.getHtmlElement("output")).html(response);
Last updated