Update tutorials.py

Changed a couple lines, i missed
This commit is contained in:
Leander 2023-08-11 17:56:03 +02:00 committed by GitHub
parent b0334021e9
commit e946128968
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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