mirror of
https://github.com/xtekky/gpt4free.git
synced 2026-03-10 00:32:19 -07:00
Bare `except:` catches BaseException including KeyboardInterrupt and SystemExit. Replaced 34 instances with `except Exception:`. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| _logging.py | ||
| _tokenizer.py | ||
| run.py | ||
| stubs.py | ||