mirror of
https://github.com/xtekky/gpt4free.git
synced 2026-03-11 17:21:49 -07:00
Bare `except:` catches BaseException including KeyboardInterrupt and SystemExit. Replaced 34 instances with `except Exception:`. |
||
|---|---|---|
| .. | ||
| _providers.py | ||
| log_time.py | ||
| test_all.py | ||
| test_api.py | ||
| test_async.py | ||
| test_chat_completion.py | ||
| test_gui.py | ||
| test_interference.py | ||
| test_mcp_http.py | ||
| test_mcp_interactive.py | ||
| test_mcp_server.py | ||
| test_needs_auth.py | ||
| test_providers.py | ||