openai_api_key: Set OpenAI API Key as an Environment Variable
Description
This function sets the OpenAI API key as an environment variable in the current R session.
It takes the API key as an input and stores it as an environment variable, allowing other
functions to access the key when needed.
Usage
openai_api_key(api_key)
Value
Nothing is returned; the function is called for its side effects.