Skip to content

Commit

Permalink
fix complex API usage example
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Sep 2, 2024
1 parent 43105ff commit 554e0bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ console.log(message.content);
⚠️ Not all of the arguments below are implemented yet.
```js
const { data } = await prompt({
await prompt({
model: "gpt-4o",
token: process.env.TOKEN,
system: "You are a helpful assistant.",
Expand Down

0 comments on commit 554e0bc

Please sign in to comment.