Skip to content

Commit

Permalink
added key
Browse files Browse the repository at this point in the history
  • Loading branch information
AnirudhPanda committed Jun 30, 2023
1 parent bc1a822 commit 088a4b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chatBot/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const chatbotCloseBtn = document.querySelector('.chatbot__header span');
let userMessage;
// Need GPT key
const inputInitHeight = chatInput.scrollHeight;
const API_KEY = 'Enter API key here' //Important;
const API_KEY = 'dbb81355ffmsh45efafb43429ff6p182be6jsnbb49b4e3833a' //Important;

const createChatLi = (message, className) => {
const chatLi = document.createElement('li');
Expand Down

0 comments on commit 088a4b9

Please sign in to comment.