You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gpt4free/testing/binghuan
Bagus Indrayana 23364b479a update encoding 1 year ago
..
helpers emojin encoding problem idk how to fix it 1 year ago
BingHuan.py update encoding 1 year ago
README.md update readme 1 year ago
testing.py update testing 1 year ago

README.md

https://github.com/xtekky/gpt4free/issues/40#issuecomment-1630946450 flow chat process is realy like real Bing (create conversation,listern to websocket and more) so i just use code Bing Provider from https://gitler.moe/g4f/gpt4free/ version and replace API endpoint and some conversationstyles and work fine

but bing dont realy support multi/continues conversation (using prompt template from original Provider : def convert(messages) : e594500c4e/g4f/Provider/Providers/Bing.py (L322))

also i have problem with emoji encoding idk how to fix that