-
Notifications
You must be signed in to change notification settings - Fork 521
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Firecrawl billing #15
Comments
Possible, corresponding feature request may be opened in firecrawl repo. Since you can self host it. For this case, only env var for |
@Demezy can self hosted Firecrawl run without dependance on other API? |
@dmatora afaik they use openai official endpoint. But product is open, guess, as with open-deep-research only base url exposure needed. But didn't really dive into docs, feel free to correct me. So my skepticism point was regarding "remove firecrawl in prefer for puppetteer". Firecrawl is already a wrapper around browser afaik. Nevertheless its do great job for scrapping. So, instead, I propose to address "add ollama support" to firecrawl, not open-deep-research upd, in previous message poinded wrong url for self host guilde, updated |
Well I tried running self hosted Firecrawl and it doesn't work unless you plug in scraping APIs that cost more than Firecrawl. Firecrawl does use browser, but only for scraping, not for search. I tried to replace axios.get with playwright call, and replacing headless session with headed so that I could fill in captcha and save cookies, but for some reason calling playwright from Firecrawl doesn't work (doing curl to playwright does) I've already spent much more time on this than I can afford, not sure when I'll be able to have another look at this. |
firecrawl claims to be functional without openAI api keys, while that is subject for dispute, whenever that's the case or not, and whenever ollama support is merged to firecrawl or not, that has nothing to do with open-deep-research need for ollama support, but that part is already working in my fork |
Yes you can self-host without any dependence here is sample of self-host on my docker. ![]() |
@baoduy how did you get google search working without API dependance? |
Ollama support gets rid of LLM bills
To get rid of Firecrawl billing, it must be replaced with something like puppeteer
The text was updated successfully, but these errors were encountered: