diff --git a/docs/genai/02_onboarding/03_quickstart.mdx b/docs/genai/02_onboarding/03_quickstart.mdx index 5fb58ecc27..02008e608c 100644 --- a/docs/genai/02_onboarding/03_quickstart.mdx +++ b/docs/genai/02_onboarding/03_quickstart.mdx @@ -10,7 +10,7 @@ If you are sending requests from a server like Colab notebook while your laptop ## Getting started with the LLM gateway :::tip[Gateway URL] -Whenever you instantiate a Portkey client, the `base_url` must be set to `base_url="https://ai-gateway.apps.cloud.rt.nyu.edu/v1/"`. If you miss this parameter you would be connecting to the vendor's SaaS platform and NYU provisioned virtual keys will not work. +Whenever you instantiate a Portkey client, the `base_url` must be set to `base_url="https://ai-gateway.apps.cloud.rt.nyu.edu/v1/"`. If you miss this parameter you would be connecting to the vendor's SaaS platform and the API keys you created after signing on with SSO will not work. ::: With the virtual key and the API key in hand, you should now be able to run the following snippet of code: