Skip to content

Commit aadd2a1

Browse files
authored
Merge pull request #323 from NYU-RTS/goodbye_virtual_keys
genai minor tweak
2 parents 4985b7e + 34dbc87 commit aadd2a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/genai/02_onboarding/03_quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ If you are sending requests from a server like Colab notebook while your laptop
1010
## Getting started with the LLM gateway
1111

1212
:::tip[Gateway URL]
13-
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.
13+
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.
1414
:::
1515

1616
With the virtual key and the API key in hand, you should now be able to run the following snippet of code:

0 commit comments

Comments
 (0)