Yoav Niran
Yoav Niran
now available in [1.8.0](https://github.com/rpldy/react-uploady/releases/tag/v1.8.0)
hi @mariusschroeterCP I will look into this and let you know
Hi @mariusschroeterCP Finally found time to have a look. It does indeed seem to be an oversight on my part. Will have an RC version for you to check soon.
fix (finally) released - https://github.com/rpldy/react-uploady/releases/tag/v1.8.1
@tareefdev, For the editor I use this code. (havent gotten around to PRing it yet) and its a little crude but it works: https://gist.github.com/yoavniran/771085beb35ac0ab4b700e7b8b2f8199 The preview itself I render with...
Im on 0.6.0 (docker /crawl) and keep getting: ``` "extracted_content": "[\n {\n "index": 0,\n "error": true,\n "tags": [\n "error"\n ],\n "content": "'str' object has no attribute 'choices'"\n }\n]", ``` Have...
Facing the same issue while using Crawl4AI (which uses litellm). Getting result.success True for my LLMExtractionStrategy when in fact openrouter responded with 429 and litellm doesnt propagate that to Crawl4AI....