Overview of some of the settings available in OpenHands.
Secrets
tab. Here, you’ll see a list of all your existing custom secrets.
Add a new secret
.AWS_ACCESS_KEY
). This will be the environment variable name.Add secret
to save.Edit
button next to the secret you want to modify.Delete
button next to the secret you want to remove.Confirm
to delete the secret.os.environ['SECRET_NAME']
in Python).OPENAI_API_KEY
, you can access it in your code as
process.env.OPENAI_API_KEY
in JavaScript or os.environ['OPENAI_API_KEY']
in Python.