commit
This commit is contained in:
parent
c997a4f034
commit
4afa276479
26 changed files with 1437 additions and 204 deletions
4
node_modules/openai/dist/base.js
generated
vendored
4
node_modules/openai/dist/base.js
generated
vendored
|
@ -5,7 +5,7 @@
|
|||
* OpenAI API
|
||||
* APIs for sampling from and fine-tuning language models
|
||||
*
|
||||
* The version of the OpenAPI document: 1.1.0
|
||||
* The version of the OpenAPI document: 1.2.0
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
|
@ -14,8 +14,6 @@
|
|||
*/
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.RequiredError = exports.BaseAPI = exports.COLLECTION_FORMATS = exports.BASE_PATH = void 0;
|
||||
// Some imports not used depending on template conditions
|
||||
// @ts-ignore
|
||||
const axios_1 = require("axios");
|
||||
exports.BASE_PATH = "https://api.openai.com/v1".replace(/\/+$/, "");
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue