Main public logs
From AWVVO
Jump to navigationJump to search
Combined display of all available logs of AWVVO. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 06:34, 16 March 2025 Admin talk contribs created page ChatGPT (Created page with "== ChatGPT API key == https://platform.openai.com/docs/overview == Javascript quickstart == <syntaxhighlight lang="javascript" copy line highlight="0"> import OpenAI from "openai"; const client = new OpenAI(); const completion = await client.chat.completions.create({ model: "gpt-4o", messages: [{ role: "user", content: "Write a one-sentence bedtime story about a unicorn.", }], }); console.log(completion.choices[0].message.content); </synta...")