1 parent 943ffdb commit 83a7835Copy full SHA for 83a7835
1 file changed
src/index.ts
@@ -6,7 +6,6 @@ import { Command } from 'commander'
6
const program = new Command()
7
8
const configuration = new Configuration({
9
- organization: 'org-0VwEdYkX1Hc3GC4YnK2NMw1s',
10
apiKey: process.env.OPENAI_API_KEY,
11
})
12
if (!process.env.OPENAI_API_KEY) {
0 commit comments