commit
This commit is contained in:
parent
b9e306320c
commit
943ecc44c1
79 changed files with 15959 additions and 1 deletions
18
node_modules/openai/index.ts
generated
vendored
Normal file
18
node_modules/openai/index.ts
generated
vendored
Normal file
|
@ -0,0 +1,18 @@
|
|||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
/**
|
||||
* OpenAI API
|
||||
* APIs for sampling from and fine-tuning language models
|
||||
*
|
||||
* The version of the OpenAPI document: 1.1.0
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
|
||||
|
||||
export * from "./api";
|
||||
export * from "./configuration";
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue