diff --git a/cord/tutorials.py b/cord/tutorials.py index 22ab9cc..744260e 100644 --- a/cord/tutorials.py +++ b/cord/tutorials.py @@ -60,7 +60,7 @@ Don't have `pip` installed? Learn more here: https://pip.pypa.io/en/stable/insta """ if how_can_i == 'use the Python library': - text = """For the official `openai` Python library, you just need to set the `openai.api_base` to `https://api.nova-oss.com/v1`. + text = """To use the official `nova_python` Python library, you just need to do the following. ```py from nova_python import Models, Endpoints, NovaClient