Skip to content

Commit

Permalink
Trying to fix pipepline
Browse files Browse the repository at this point in the history
  • Loading branch information
nithish1018 committed Apr 13, 2024
1 parent d26a9ae commit 5ee586e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ app.use(cors())

app.use(express.json());
const openai=new OpenAI({
apiKey:process.env['OPENAI_AIP_KEY']
apiKey:process.env['OPENAI_API_KEY']
})

const systemPrompt=
Expand Down

0 comments on commit 5ee586e

Please sign in to comment.