api_set_key {oaii} | R Documentation |
Store the OpenAI API key as environment variable
api_set_key(api_key)
api_key |
string, OpenAI API key (see https://platform.openai.com/account/api-keys) |
API key string ('api_key')
## Not run:
api_set_key("my-secret-api-key-string")
## End(Not run)