Skip to content

Instantly share code, notes, and snippets.

@Juraj-Sulimanovic
Created April 5, 2024 10:37
Show Gist options
  • Save Juraj-Sulimanovic/aa48eacd9b7f62599d83785a77595601 to your computer and use it in GitHub Desktop.
Save Juraj-Sulimanovic/aa48eacd9b7f62599d83785a77595601 to your computer and use it in GitHub Desktop.
export default async function handler(
req: NextApiRequest,
res: NextApiResponse,
) {
const { question, history } = req.body;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment