via007
via007
### System Info Chinese cannot be displayed on the output graphics. ### 🐛 Describe the bug Chinese cannot be displayed on the output graphics.
I will upload a table for data analysis, and can the results include both images and text?
agent = CodeAgent( tools=[], model=model, max_steps=10, verbosity_level=2 ) response = agent.run( """ descripe image """, images=image_urls, stream=True ) print()???
### Do you need to file an issue? - [x] I have searched the existing issues and this feature is not already filed. - [x] My model is hosted on...
The langextract library currently lacks robustness in handling common "messy" outputs from Large Language Models (LLMs). Specifically, it fails in two ways: Unicode Normalization Failure: When the LLM returns strings...