We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de30285 commit 61c9a7cCopy full SHA for 61c9a7c
docs/integrations/apis/openai/chat.mdx
@@ -26,7 +26,7 @@ await io.openai.chat.completions.create("chat-completion", {
26
Creates a model response for the given chat conversation, but runs the request in the background using [io.backgroundFetch()](/sdk/io/backgroundfetch)
27
28
```ts example.ts
29
-await io.openai.chat.completions.create("chat-completion", {
+await io.openai.chat.completions.backgroundCreate("chat-completion", {
30
model: "gpt-3.5-turbo",
31
messages: [
32
{
0 commit comments