feat: .env

This commit is contained in:
idkwhttsay
2024-10-19 18:50:32 -04:00
committed by Mark Goltsman
parent e43645da7c
commit afae70d151

View File

@@ -1,9 +1,4 @@
import { OpenAI } from "openai";
import dotenv from "dotenv";
dotenv.config();
console.log(process.env);
const openAIClient = new OpenAI({
apiKey: "OPENAI_API_KEY",