-
Notifications
You must be signed in to change notification settings - Fork 76
Open
Description
https://platform.openai.com/docs/overview?lang=node.js
import OpenAI from "openai";
const openai = new OpenAI();
const completion = await openai.chat.completions.create({
model: "gpt-4o",
messages: [
{"role": "user", "content": "write a haiku about ai"}
]
});Metadata
Metadata
Assignees
Labels
No labels