返回提交历史
Modified
g4f/Provider/Phind.py
+2
-0
XFEstudio/gpt4free
remove additional tags in Phind
Phind added new additional tags to their reply and this commit removed them.
1b4327c5
代码差异
1 个文件
+2
-0
@@ -69,6 +69,8 @@ class Phind(AsyncGeneratorProvider):
69
69
pass
70
70
elif chunk.startswith(b"<PHIND_METADATA>") or chunk.startswith(b"<PHIND_INDICATOR>"):
71
71
pass
72
elif chunk.startswith(b"<PHIND_SPAN_BEGIN>") or chunk.startswith(b"<PHIND_SPAN_END>"):
73
pass
72
74
elif chunk:
73
75
yield chunk.decode()
74
76
elif new_line: