mirror of
https://github.com/NovaOSS/nova-cord.git
synced 2024-11-25 22:43:57 +01:00
Compare commits
2 commits
2007b966d4
...
bd332e516f
Author | SHA1 | Date | |
---|---|---|---|
bd332e516f | |||
6b34df6586 |
|
@ -103,7 +103,7 @@ curl https://api.nova-oss.com/v1/chat/completions \
|
||||||
|
|
||||||
if how_can_i == 'use Node.js':
|
if how_can_i == 'use Node.js':
|
||||||
text = """
|
text = """
|
||||||
```node
|
```js
|
||||||
const OpenAI = require('openai');
|
const OpenAI = require('openai');
|
||||||
|
|
||||||
const openai = new OpenAI({
|
const openai = new OpenAI({
|
||||||
|
|
Loading…
Reference in a new issue