gpt4free/g4f/tools
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 Update __init__.py 2025-01-01 15:00:56 +01:00
auth.py Refactor search and response handling; introduce CachedSearch and DDGS classes for improved web search functionality and response management. Add PlainTextResponse for handling plain text responses. Update requirements and setup for new dependencies. 2025-10-03 11:38:24 +02:00
fetch_and_scrape.py Fix undefined names, type errors, and code quality issues (#3288) 2025-12-12 08:33:43 +01:00
files.py fix: replace bare except clauses with except Exception 2026-02-25 11:49:12 +00:00
media.py Add azure provider 2025-07-11 05:57:04 +02:00
run_tools.py fix: replace bare except clauses with except Exception 2026-02-25 11:49:12 +00:00
web_search.py Refactor search and response handling; introduce CachedSearch and DDGS classes for improved web search functionality and response management. Add PlainTextResponse for handling plain text responses. Update requirements and setup for new dependencies. 2025-10-03 11:38:24 +02:00