gpt4free/testing/binghuan
2023-07-12 01:19:32 +08:00
..
helpers emojin encoding problem idk how to fix it 2023-07-12 01:13:24 +08:00
BingHuan.py update encoding 2023-07-12 01:19:32 +08:00
README.md update readme 2023-07-12 01:14:44 +08:00
testing.py update testing 2023-07-12 01:16:45 +08:00

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