You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: improve OpenAI API key management and documentation
- Add instructions for setting an environment variable for OpenAI API key
- Provide an example of setting the environment variable
- Suggest storing the API key in a custom config file
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,14 @@ Please first create your OpenAI API Key. The [OpenAI Platform](https://platform.
56
56
57
57

58
58
59
+
An environment variable is a variable that is set on your operating system, rather than within your application. It consists of a name and value.We recommend that you set the name of the variable to OPENAI_API_KEY.
0 commit comments