Merge pull request #3 from unfortunatelyalex/senpai

Fixed node tutorial for better syntax highlighting
This commit is contained in:
nsde 2023-09-14 18:30:58 +02:00 committed by GitHub
commit bd332e516f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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