summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/Vercel.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-04-12Add unittests for async client (#1830)0.2.9.5H Lohaus1-1/+1
* Add unittests for async client * Add pollyfill for anext * Update integration tests
2024-04-07Update Vercel.pyH Lohaus1-1/+1
2024-03-15Error checking for Vercel (#1704)Abobo1-1/+4
Error checking is done for Vercel's create_completion to avoid interruption caused by UnicodeDecodeError.
2024-03-12Remove all not working provider (#1679)H Lohaus1-11/+11
Fix many providers Add selenium-wire to requierments
2024-03-07~ | fixed Vercel Providerabc1-315/+24
2024-01-26New minimum requirements (#1515)0.2.0.6H Lohaus1-4/+11
* New minimum requirements * Add ConversationStyleOptionSets to Bing * Add image.ImageRequest * Improve python version support * Improve unittests
2024-01-01Add support for all modelsHeiner Lohaus1-2/+2
Add AbstractProvider class Add ProviderType type Add get_last_provider function Add version module and VersionUtils Display used provider in gui Fix error response in api
2023-11-20~ | improve compatibilityabc1-2/+1
2023-10-27Update config supports_message_historyHeiner Lohaus1-2/+3
2023-10-23'Refactored by Sourcery' (#1125)ⲘrṨhส∂ow1-36/+30
Co-authored-by: Sourcery AI <>
2023-10-22Fix MyShell ProviderHeiner Lohaus1-4/+4
2023-10-21~ | g4f `v-0.1.7.2`abc1-2/+0
patch / unpatch providers
2023-10-19~abc1-60/+72
automatic models fetching in GUI.
2023-10-09Add proxy support to all providersHeiner Lohaus1-5/+9
2023-09-26Add ChatgptDuo and Aibn ProviderHeiner Lohaus1-1/+1
Add support for "nest_asyncio", Reuse event_loops with event_loop_policy Support for "create_async" with synchron provider
2023-09-26AItianhuSpace Provider with GPT 4 addedHeiner Lohaus1-13/+17
Reduced chunksize to better text completion
2023-09-23~ | improve Vercel & g4f.Completion.createabc1-2/+6
added `.Completion.create` class. ```py response = g4f.Completion.create( model='text-davinci-003', prompt="Hello") print(response) ```
2023-09-23~abc1-0/+369
2023-09-23Delete g4f/Provider/Vercel.pyTekky1-387/+0
2023-09-23Improve Vercel Provider:Heiner Lohaus1-42/+60
- Fix endless loop - Add proxy, async support - Add default model Fix HuggingChat Provider
2023-09-23~ | Update Vercel Providerabc1-227/+307
2023-09-23~ | new providersabc1-3/+1
Somwhat fix Aivvm provider, which looks to have a working gpt-4 kinda unstable
2023-09-19~abc1-64/+2
2023-09-17~Tekky1-353/+0
2023-09-12Add new providers: Aivvm, Vitalentum and YlokhHeiner Lohaus1-1/+1
2023-09-05Add to many provider async and stream support, Fix Ails, AItianhu, ChatgptAi, ChatgptLogin Provider, Add fallback cookies to Bing, Improve OpenaiChat ProviderHeiner Lohaus1-41/+58
2023-09-03type hintsmsi-JunXiang1-3/+9
Use `from __future__ import annotations avoid `dict` and `list` cause "TypeErro: 'type' object is not subscriptable". Refer to the following Stack Overflow discussions for more information: 1. https://stackoverflow.com/questions/75202610/typeerror-type-object-is-not-subscriptable-python 2. https://stackoverflow.com/questions/59101121/type-hint-for-a-dict-gives-typeerror-type-object-is-not-subscriptable
2023-08-27~ | code stylingabc1-17/+10
2023-08-14refactor: refactor providerMIDORIBIN1-0/+337