diff --git a/detailed_guides/OPENAI-GUIDE.md b/detailed_guides/OPENAI-GUIDE.md index 2fe7e33..80e4835 100644 --- a/detailed_guides/OPENAI-GUIDE.md +++ b/detailed_guides/OPENAI-GUIDE.md @@ -1,40 +1,57 @@ -

How to get a API-Key from OpenAI

-
Date: January 8, 2023
-
Author: CrypticHeaven-Lab
-
+Guide to Create an OpenAI Account and Generate an API Key +========================================================= +Follow these simple steps to create an OpenAI account, generate a new API key, and copy it: -

1. Go to OpenAI at https://openai.com/api/

-
+1\. Go to OpenAI at [https://openai.com/api/](https://openai.com/api/) +---------------------------------------------------------------------- -

2. Click on "SIGN UP" at the top right corner.

-Click on "SIGN UP" at the top right corner. -
+Visit the OpenAI API page by clicking [here](https://openai.com/api/). -

3. Register yourself a new Account following the shown instructions.

-
+2\. Click on "Get Started" in the banner +---------------------------------------- -

4. After the successful registration you see the OpenAI overview.

-After the successful registration you see the OpenAI overview. -
+On the OpenAI API page, find and click the "Get Started" button in the banner. +![image](https://user-images.githubusercontent.com/23362597/225807625-6e217ef6-17a8-4eb6-bf76-f54f7ae9ee26.png) -

5. There you click in the top right corner at "Personal".

-There you click in the top right corner at "Personal". -
-

6. And then click at "View API keys" in the dropdown menu.

-And then click at "View API keys" in the dropdown menu. -
+3\. Register yourself a new account +----------------------------------- -

7. On the next page click at "Create new secret key".

-

If you failed to copy it or lost the copied key, redo that step and delete the old key by clicking on the little grey trash icon right next to the "LAST USED" information for your key.

-On the next page click at "Create new secret key". -
+Follow the on-screen instructions to register a new account by providing the necessary details. -

8. IMPORTANT STEP! Copy this key by clicking the green highlighted button.

-

We will need this key in the future for setting up the bot on our server.

-IMPORTANT STEP! Copy this key by clicking the green highlighted button. -
+![image](https://user-images.githubusercontent.com/23362597/225807897-775455e7-7539-4d90-ac3a-a0195e66031f.png) -
-
+ +4\. Access the OpenAI overview +------------------------------ + +After successful registration, you will be redirected to the OpenAI overview page. +![image](https://user-images.githubusercontent.com/23362597/225807840-dffebc94-f956-419d-82da-813150eec0aa.png) + + +5\. Navigate to "Personal" +-------------------------- + +Click on "Personal" in the top right corner of the OpenAI overview page. + +6\. Click on "View API keys" in the dropdown menu +------------------------------------------------- + +From the "Personal" dropdown menu, select "View API keys." +![image](https://user-images.githubusercontent.com/23362597/225808044-99147731-c4bb-44c1-832f-4ed29f6e5f65.png) + + +7\. Create a new secret key +--------------------------- + +On the API keys page, click the "Create new secret key" button. +![image](https://user-images.githubusercontent.com/23362597/225808189-656fab60-db12-46c3-aad2-419b4a919132.png) + + +8\. Copy the newly generated API key +------------------------------------ + +**IMPORTANT STEP!** After the key is generated, click on the green highlighted button to copy the API key. Make sure to store it in a safe place, as you won't be able to see it again. + +![image](https://user-images.githubusercontent.com/23362597/225808433-bf74c9e3-be4a-4d09-8c36-cc0999e4d340.png)