We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c7d882 commit 619ad71Copy full SHA for 619ad71
README.md
@@ -52,6 +52,17 @@ func main() {
52
53
```
54
55
+### Getting an OpenAI API Key:
56
+
57
+1. Visit the OpenAI website at [https://platform.openai.com/account/api-keys](https://platform.openai.com/account/api-keys).
58
+2. If you don't have an account, click on "Sign Up" to create one. If you do, click "Log In".
59
+3. Once logged in, navigate to your API key management page.
60
+4. Click on "Create new secret key".
61
+5. Enter a name for your new key, then click "Create secret key".
62
+6. Your new API key will be displayed. Use this key to interact with the OpenAI API.
63
64
+**Note:** Your API key is sensitive information. Do not share it with anyone.
65
66
### Other examples:
67
68
<details>
0 commit comments