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 Improve logging implementation (#2347) 2024-11-15 07:38:51 +01:00
_tokenizer.py ~ | improve compatibility with lower python versions 2023-11-19 22:59:18 +00:00
run.py Add workers and use_colors options to api 2024-04-20 15:41:49 +02:00
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