gpt4free/g4f/api
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
..
__init__.py fix: replace bare except clauses with except Exception 2026-02-25 11:49:12 +00:00
_logging.py
_tokenizer.py
run.py
stubs.py Refactor Api class to remove unused base_url configuration and update proxy handling in iter_run_tools 2026-02-23 14:17:02 +01:00