scheunemann-interfaces
Version:
Interfaces de Projetos Scheunemann
8 lines (7 loc) • 312 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EChatGptEndpoints = void 0;
var EChatGptEndpoints;
(function (EChatGptEndpoints) {
EChatGptEndpoints["CHAT_COMPLETIONS"] = "/chat/completions";
})(EChatGptEndpoints || (exports.EChatGptEndpoints = EChatGptEndpoints = {}));