Skip to content

Commit

Permalink
amend nemo env var help
Browse files Browse the repository at this point in the history
  • Loading branch information
leondz committed Dec 20, 2023
1 parent 7aa344f commit d493a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion garak/generators/nemo.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def __init__(self, name=None, generations=10):
if self.api_key is None:
raise ValueError(
'Put the NGC API key in the NGC_API_KEY environment variable (this was empty)\n \
e.g.: export NGC_API_TOKEN="xXxXxXxXxXxXxXxXxXxX"'
e.g.: export NGC_API_KEY="xXxXxXxXxXxXxXxXxXxX"'
)
self.org_id = os.getenv("ORG_ID")

Expand Down

0 comments on commit d493a1e

Please sign in to comment.