fixed node tutorial

This commit is contained in:
alex 2023-09-13 16:11:17 +00:00
parent 2007b966d4
commit 6b34df6586

View file

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