Skip to contents

Creating an Account in Google’s AI Studio

Accessing Google PALM API

Setting the Google AI Studio API Key in .Renviron

To modify the .Renviron file:

For a persistent setting, add the following line to .Renviron, replacing "<APIKEY>" with your actual Google PALM API key:

PALM_API_KEY="<APIKEY>"

Save the file and restart your R session for the changes to take effect.

Caution: Be careful not to expose .Renviron in public repositories or version control systems to protect your API key.