docs: create a block to show how to export parameter to environment in terminal

This commit is contained in:
liuliu 2023-03-17 14:56:01 +08:00
parent 0d55f254ea
commit 9a8027d10b

View file

@ -122,7 +122,16 @@
"\n",
"If you don't have an OpenAI API key, you can get one from [https://beta.openai.com/account/api-keys](https://beta.openai.com/account/api-keys).\n",
"\n",
"Once you get your key, please add it to your environment variables as `OPENAI_API_KEY`."
"Once you get your key, please add it to your environment variables as `OPENAI_API_KEY` by running following command:"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"! export OPENAI_API_KEY=\"your API key\""
]
},
{