From 1b4327c51a13df9db7bec47c033048d0852b1f2c Mon Sep 17 00:00:00 2001 From: Houtar <75552878+houtarchat-cyber@users.noreply.github.com> Date: Sun, 28 Jan 2024 21:11:10 +0800 Subject: remove additional tags in Phind Phind added new additional tags to their reply and this commit removed them. --- g4f/Provider/Phind.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/g4f/Provider/Phind.py b/g4f/Provider/Phind.py index dbf1e7ae..e7156842 100644 --- a/g4f/Provider/Phind.py +++ b/g4f/Provider/Phind.py @@ -69,6 +69,8 @@ class Phind(AsyncGeneratorProvider): pass elif chunk.startswith(b"") or chunk.startswith(b""): pass + elif chunk.startswith(b"") or chunk.startswith(b""): + pass elif chunk: yield chunk.decode() elif new_line: -- cgit v1.2.3