UncleCode

Results 125 comments of UncleCode
trafficstars

Exactly same error for me. I tried different platforms, and different ways to install like `npm install` or clone and `npm link` nothing works. Running OSX Mojave `10.14.6` and Node...

Nice! I actually downloaded the quantized version last night and got it running locally. I'll give this one a shot. Thanks and VIVA OLLAMA!

I have submitted a pull request that fixes this issue. You can find the pull request here: https://github.com/BerriAI/litellm/pull/2893 To test the fix, you can install the package directly from the...

@ishaan-jaff Since version 2, Pydantic added model_ to their protected namespace, a common term in ML. One workaround is adding `protected_namespaces = ()` in the config section of any model...

@betterthanever2 plz check this url https://github.com/unclecode/crawl4ai/blob/main/deploy/docker/README.md Follow this one first plz

@betterthanever2 Sorry been very engage with changes I am making in core browser module, they will impact the docker too. CrawlerRunConfig is the major config object, has nothing to do...

@ehubb20 Let me check snd update your.

Hello Everyone @ehubb20 @b-sai @shhivam sorry for the late reply. We've been very busy bringing a lot of new features, and one of them is actually extracting the kind of...

@shhivam The iframe extraction is already available, please check: ```pythpn async def test_oframe(): async with AsyncWebCrawler(verbose=True, headless = False) as crawler: url = "URL-HERE" result = await crawler.arun( url=url, bypass_cache=True,...

@DrakkoFire thank you for the suggestion, I believe you're right. Definitely, in the new version, I'll add the data I get back from the Light LLM as a response, so...