Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharonfish committed Apr 30, 2024
1 parent 60606b8 commit 79f936e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/problem-layout/ProblemCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ class ProblemCard extends React.Component {
this.addChunkCallback,
this.setHintFinishCallback
);
console.log("openai key: ", process.env.REACT_APP_OPENAI_KEY);
this.chat.setApiKey(process.env.REACT_APP_OPENAI_KEY);
}

Expand Down

0 comments on commit 79f936e

Please sign in to comment.