SIGN IN SIGN UP
openai / openai-node UNCLAIMED

Official JavaScript / TypeScript library for the OpenAI API

0 0 1 TypeScript
2023-06-30 18:45:59 -07:00
{
"targets": [
{ "extname": ".js", "module": "commonjs" },
{ "extname": ".mjs", "module": "esnext" }
],
"projects": ["tsconfig.build.json"]
}