From 6b34df65865db1c5c80b362fd0bc51e690909024 Mon Sep 17 00:00:00 2001 From: alex <61123283+unfortunatelyalex@users.noreply.github.com> Date: Wed, 13 Sep 2023 16:11:17 +0000 Subject: [PATCH] fixed node tutorial --- cord/tutorials.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cord/tutorials.py b/cord/tutorials.py index 4f926e0..d16aa99 100644 --- a/cord/tutorials.py +++ b/cord/tutorials.py @@ -103,7 +103,7 @@ curl https://api.nova-oss.com/v1/chat/completions \ if how_can_i == 'use Node.js': text = """ -```node +```js const OpenAI = require('openai'); const openai = new OpenAI({