Skip to contents

Retrieve previously set Ollama API keys typically used for cloud models

Usage

ql_get_api_keys(api_keys = NULL)

Arguments

api_keys

Valid Ollama API keys, typically used for cloud models.

Value

API keys if previously set with ql_set_api_keys(), an empty string if not set, or the same keys provided as input to this function.

Examples

ql_set_api_keys("<your_api_keys_here>")
ql_get_api_keys()
#> [1] "<your_api_keys_here>"