gpt4free/etc
Your Name 3d47797d66 fix: also check message.content is None per AI review feedback
Extend guards in aibadgr.py (both completions) and vision_images.py
(both local/remote paths) to additionally check message.content is None,
covering providers that return a non-None message object but set content
to None (e.g. on certain filter responses).
2026-05-18 08:12:17 -05:00
..
examples fix: also check message.content is None per AI review feedback 2026-05-18 08:12:17 -05:00
testing fix: replace bare except clauses with except Exception 2026-02-25 11:49:12 +00:00
tool fix(read_text): improve regex to capture text block endings 2026-04-01 22:59:01 +02:00
unittest fix: guard choices[0] and message=None before content access 2026-05-17 18:12:25 -05:00