
Retrieve previously set Ollama API keys typically used for cloud models
ql_get_api_keys.RdRetrieve previously set 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>"