Here's an endpoint that looks completely fine:

routes/chat.ts

import OpenAI from "openai";

const openai = new OpenAI();

app.post("/api/chat", async (req, res) => {