Phind model doesn't keep track of messages
I confirm ... it's a "phind" trouble It doesn't seems to work like others classics gpt api. it's should be the case for bing too !
bing (and certainly phind) use their own mechanism to keep…
When message over 3, g4f.ChatCompletion.create has no response.
@Kavin as I understand, it's pretty "normal" ... it depends of the "tokens allowed", by the used provider.
Many of them (gtp 3.5 turbo) allow only 2000 tokens. If you send more : they close…
Update 'g4f/Provider/Providers/helpers/bing.py'
@bkutasi please merge my PR ;-) it fix the bing trouble, at least for me
before the repo come back on github
Update 'g4f/Provider/Providers/helpers/bing.py'
gpt-4/bing doesn't work ...
I've got a patch ;-)
just replace line 9 in gpt4free/g4f/Provider/Providers/helpers/bing.py
#import requests
from curl_cffi import requests
and it works like a charm ;-)
Can you provide an example for a continuous conversation ?
Can you provide an example for a continuous conversation ?