completions.create()
Creates a model response for the given chat conversation. Official OpenAI Docs
example.ts
completions.backgroundCreate()
Creates a model response for the given chat conversation, but runs the request in the background using io.backgroundFetch()
example.ts