gpt4free/g4f/gui/server
copilot-swe-agent[bot] f51e45fd83 Fix duplicate RequestLogin type check and dead code in api.py
- Remove duplicate isinstance(chunk, RequestLogin) check at line 220
- Fix remaining RequestLogin handler to use chunk.to_string() instead of str(chunk)
- Resolves conflicting type checks issue where first check made second unreachable

Co-authored-by: hlohaus <983577+hlohaus@users.noreply.github.com>
2026-01-28 13:14:36 +00:00
..
__init__.py Update __init__.py 2024-04-06 16:02:12 +02:00
api.py Fix duplicate RequestLogin type check and dead code in api.py 2026-01-28 13:14:36 +00:00
app.py Remove client files from main package 2025-04-20 20:44:10 +02:00
backend_api.py fix: Update API key validation logic and enhance chunk handling in Backend_Api 2026-01-24 09:17:06 +01:00
config.py fix: remove typo in readme and configs 2023-10-13 08:05:51 +01:00
crypto.py Add public gen api 2025-07-13 15:31:09 +02:00
internet.py Add filessupport, scrape and refine your data 2025-01-01 04:20:02 +01:00
js_api.py Add ARTA image provider 2025-03-11 02:49:24 +01:00
website.py Fix session token handling in render function to correctly append query string to latest version 2026-01-12 12:20:05 +01:00