export default async function handler(
req: NextApiRequest,
res: NextApiResponse,
) {
const { question, history } = req.body;
view raw chat.ts hosted with ❤ by GitHub