setAPI {gemini.R}R Documentation

Set API key

Description

Set API key as an environment variable

Usage

setAPI(api_key)

Arguments

api_key

The API key to set

Value

No return value, called for side effects.

See Also

https://makersuite.google.com/app/apikey

Examples

## Not run: 
setAPI("my_api_key")

## End(Not run)

[Package gemini.R version 0.5.2 Index]