mirror of
https://github.com/xtekky/gpt4free.git
synced 2026-04-22 23:57:17 +08:00
f51e45fd83
- 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>