UNPKG

@convo-lang/convo-lang

Version:
10 lines 388 B
"use strict"; // 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