@convo-lang/convo-lang
Version:
The language of AI
10 lines • 388 B
JavaScript
;
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
Object.defineProperty(exports, "__esModule", { value: true });
exports.Chat = void 0;
const CompletionsAPI = require("./completions");
var Chat;
(function (Chat) {
Chat.Completions = CompletionsAPI.Completions;
})(Chat || (exports.Chat = Chat = {}));
//# sourceMappingURL=chat.js.map