summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/Bing.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-08-28Update Bing.pyLuneye1-7/+7
Fixed some errors in my previously precipitated commit.
2023-08-28Update Bing.pyLuneye1-53/+45
Added support the async function Will implement proper cookie retrieval later but Bing is working for now
2023-08-27Update Bing.py Luneye1-46/+76
Removed unnecessary check that could prematurely stop the AI's response while answering
2023-08-27~ | code stylingabc1-17/+10
2023-08-25Add OpenaiChat and Hugchat ProviderHeiner Lohaus1-58/+28
Add tests for providers with auth Improve async support / 2x faster Shared get_cookies by domain function
2023-08-23Add create_async methodHeiner Lohaus1-19/+39
2023-08-21Fix bing providerHeiner Lohaus1-261/+203
2023-08-17~ | major refractoring | v0.0.2.0abc1-3/+3
2023-08-14refactor: refactor providerMIDORIBIN1-0/+362