Skip to content

Commit b191aee

Browse files
committed
genai cleanup
1 parent 7108649 commit b191aee

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/genai/02_onboarding/03_quickstart.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@ If you are sending requests from a server like Colab notebook while your laptop
88

99

1010
## Getting started with the LLM gateway
11-
With the virtual key and the API key in hand, you should now be able to run the following snippet of code:
1211

1312
:::tip[Gateway URL]
1413
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.
1514
:::
1615

16+
With the virtual key and the API key in hand, you should now be able to run the following snippet of code:
17+
18+
1719
```python
1820
from portkey_ai import Portkey
1921

0 commit comments

Comments
 (0)