ChatGPT and LangChain Project Overview and Setup (007)

7 months ago
6

Hi! This document shows how to create a free API key with OpenAI. This API key is required to access ChatGPT programmatically.

1. Open your browser and navigate to https://platform.openai.com/

2. Create an OpenAI account by logging in with an existing provider or by creating an account with your email address.

3. On the top right-hand side, click 'Personal' then 'View API Keys'

4. Click the 'Create new secret key' button

5. Enter a name of 'PyCode' then click 'Create Secret Key'

6. Copy the key that gets generated, we will use it in the next video. Don't close this window until you use the key!

Loading comments...