Use Azure Openai for llm extraction
Hi I am using a local instance of firecrawl and tried the extraction function using an Openai model and it worked. I tried to use azure openai by setting up the base url and api key of my azure openai function but I am getting an error(Internal Server Error: Failed to scrape URL. Invalid status code: undefined). How do I resolve this? I want to use the azure instance as my employer pays for it.
2 Replies
Hey Antman -
I'd cant be sure why you're azure openAI isn't working, you may have to add extra parameters besides the openAI key and the new base url, if I remember Azure openAI takes some extra setup
Hey @Antman Did you finally get that working? I'm trying to do the same, I even tried using Azure Openai SDK, but I haven't had success yet