View source: R/gateway_keyring.R
delete_keyring_credentials | R Documentation |
Deletes your securely stored OpenAI API key and preferred model from your OS keyring.
delete_keyring_credentials()
result
list of success
or failure
class with:
status |
A character string of operation status. |
value |
A character string of descriptive message of status. |
# CAREFUL: Deletes OpenAI API key and preferred model from your OS keyring
## Not run:
delete_keyring_credentials()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.