UNPKG

scheunemann-interfaces

Version:
8 lines (7 loc) 312 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.EChatGptEndpoints = void 0; var EChatGptEndpoints; (function (EChatGptEndpoints) { EChatGptEndpoints["CHAT_COMPLETIONS"] = "/chat/completions"; })(EChatGptEndpoints || (exports.EChatGptEndpoints = EChatGptEndpoints = {}));