From e9461289688165f49a68734f43249db5bf378de4 Mon Sep 17 00:00:00 2001 From: Leander Date: Fri, 11 Aug 2023 17:56:03 +0200 Subject: [PATCH] Update tutorials.py Changed a couple lines, i missed --- cord/tutorials.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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