mirror of
https://github.com/NovaOSS/nova-cord.git
synced 2024-11-25 18:23:58 +01:00
Update tutorials.py
Changed a couple lines, i missed
This commit is contained in:
parent
b0334021e9
commit
e946128968
|
@ -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':
|
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
|
```py
|
||||||
from nova_python import Models, Endpoints, NovaClient
|
from nova_python import Models, Endpoints, NovaClient
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue