V1 with working cmdline interface for easy of using GIT
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
"use strict";
|
||||
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.Completions = exports.Chat = void 0;
|
||||
var chat_1 = require("./chat.js");
|
||||
Object.defineProperty(exports, "Chat", { enumerable: true, get: function () { return chat_1.Chat; } });
|
||||
var completions_1 = require("./completions.js");
|
||||
Object.defineProperty(exports, "Completions", { enumerable: true, get: function () { return completions_1.Completions; } });
|
||||
//# sourceMappingURL=index.js.map
|
||||
Reference in New Issue
Block a user