Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
MetaFomos authored Jun 16, 2023
1 parent 0f2704f commit 306d14e
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,14 +119,7 @@ const Chatbot: React.FC = () => {
};

const thinking = async () => {
const key1 = 'sk';
const key2 = '-8DS';
const key3 = 'ChEVpYakSA';
const key4 = '8TqEW3QT';
const key5 = '3BlbkF';
const key6 = 'JjhOzDKXxEAL5l9p';
const key7 = 'LiKTJ';
const key = key1 + key2 + key3 + key4 + key5 + key6 + key7;
const key = 'SK-****************' // Your API Key is here.
if (key == null) return alert('you need to set api key first!');
console.log(key);

Expand Down

0 comments on commit 306d14e

Please sign in to comment.