langchain-ai / langchain-extract

🦜⛏️ Did you say you like data?
https://extract.langchain.com/
MIT License
1.03k stars 107 forks source link

does it support Azure Open AI? #128

Open jack-gits opened 6 months ago

jack-gits commented 6 months ago

does it support Azure Open AI?

eyurtsev commented 6 months ago

yep, you should be able to swap out for azure open ai

jack-gits commented 5 months ago

the supported models does not include Azure Open AI.

image

eyurtsev commented 5 months ago

You need to modify the code to include it. Should be just an import it follows the same interface as ChatOpenAI