gpt4free/etc
haosenwang1018 4ac78c9ef5 fix: replace bare except clauses with except Exception
Bare `except:` catches BaseException including KeyboardInterrupt and
SystemExit. Replaced 34 instances with `except Exception:`.
2026-02-25 11:49:12 +00:00
..
examples feat: add AI Badgr as OpenAI-compatible provider 2025-12-11 08:26:45 +10:00
testing fix: replace bare except clauses with except Exception 2026-02-25 11:49:12 +00:00
tool fix: replace bare except clauses with except Exception 2026-02-25 11:49:12 +00:00
unittest fix: replace bare except clauses with except Exception 2026-02-25 11:49:12 +00:00