From the course: Fine-Tune Your LLMs

Unlock the full course today

Join today to access over 24,900 courses taught by industry experts.

Sign up for an OpenAI account

Sign up for an OpenAI account

From the course: Fine-Tune Your LLMs

Sign up for an OpenAI account

- [Instructor] You have one last step before officially accessing the fine tuning API from your application code. You'll need to generate an API key, and then configure your application code to use it. Before generating a key, you'll need to go to openai.com, this is the screen we're on now. And you'll need to sign up for an OpenAI account, which you can do by clicking sign up. Or if you already have an account, clicking on login. You'll visit your API Keys page to generate the API key. Let's click on API, and go to the API keys page. To create a new API key, simply click on create new secret key. You want to treat this secret key the way you would a password, and keep it secure. Save it safely because you'll need it to authenticate to the API. You simply give it a name, I'll call it test, and you click create secret key. Make sure that you copy it now because once you click done, that is the last time you'll be able to access it. If you had already signed up for an OpenAI account…

Contents