added node-fetch

This commit is contained in:
Hassan El Mghari
2023-02-13 15:41:27 -05:00
parent af4b0c1c37
commit 19cb493ee8
2 changed files with 3 additions and 1 deletions

View File

@@ -2,6 +2,8 @@
import { execSync } from "child_process";
import inquirer from "inquirer";
import fetch from "node-fetch";
let OPENAI_API_KEY = process.env.OPENAI_API_KEY;
async function main() {