langchain-ai / langchain-nextjs-template

LangChain + Next.js starter template
https://langchain-nextjs-template.vercel.app
MIT License
1.43k stars 306 forks source link

Is it possible to have structured output using Azure OpenAI? #26

Open aalhayali opened 6 months ago

aalhayali commented 6 months ago

Hi everyone,

I've been reading through this script: https://github.com/langchain-ai/langchain-nextjs-template/blob/main/app/api/chat/structured_output/route.ts and it got me wondering, is it possible to use functions with Azure OpenAI?

Thanks!