NVIDIA / monai-cloud-api

MONAI Cloud API developments for intelligent imaging and learning tools, fostering innovation in medical imaging and AI-driven services.
Apache License 2.0
24 stars 12 forks source link

Can simply these be <YOUR_NGC_API_KEY>? #79

Open mingxin-zheng opened 6 months ago

mingxin-zheng commented 6 months ago

Because we mention using env variable MONAI_API_KEY to keep secret is safer, so I have both flavours

ngc_api_key = os.environ.get("MONAI_API_KEY", "<YOUR_API_KEY>")  # we recommend using environment variables for API keys, but you can also hardcode them here

https://github.com/NVIDIA/monai-cloud-api/pull/78#discussion_r1508008323

mingxin-zheng commented 6 months ago

Hi @zephyrie , what do you think about this?