summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/Vercel.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add unittests for async client (#1830)0.2.9.5H Lohaus2024-04-121-1/+1
| | | | | | | * Add unittests for async client * Add pollyfill for anext * Update integration tests
* Update Vercel.pyH Lohaus2024-04-071-1/+1
|
* Error checking for Vercel (#1704)Abobo2024-03-151-1/+4
| | | Error checking is done for Vercel's create_completion to avoid interruption caused by UnicodeDecodeError.
* Remove all not working provider (#1679)H Lohaus2024-03-121-11/+11
| | | | Fix many providers Add selenium-wire to requierments
* ~ | fixed Vercel Providerabc2024-03-071-315/+24
|
* New minimum requirements (#1515)0.2.0.6H Lohaus2024-01-261-4/+11
| | | | | | | * New minimum requirements * Add ConversationStyleOptionSets to Bing * Add image.ImageRequest * Improve python version support * Improve unittests
* Add support for all modelsHeiner Lohaus2024-01-011-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
* ~ | improve compatibilityabc2023-11-201-2/+1
|
* Update config supports_message_historyHeiner Lohaus2023-10-271-2/+3
|
* 'Refactored by Sourcery' (#1125)ⲘrṨhส∂ow2023-10-231-36/+30
| | | Co-authored-by: Sourcery AI <>
* Fix MyShell ProviderHeiner Lohaus2023-10-221-4/+4
|
* ~ | g4f `v-0.1.7.2`abc2023-10-211-2/+0
| | | | patch / unpatch providers
* ~abc2023-10-191-60/+72
| | | | automatic models fetching in GUI.
* Add proxy support to all providersHeiner Lohaus2023-10-091-5/+9
|
* Add ChatgptDuo and Aibn ProviderHeiner Lohaus2023-09-261-1/+1
| | | | | | Add support for "nest_asyncio", Reuse event_loops with event_loop_policy Support for "create_async" with synchron provider
* AItianhuSpace Provider with GPT 4 addedHeiner Lohaus2023-09-261-13/+17
| | | | Reduced chunksize to better text completion
* ~ | improve Vercel & g4f.Completion.createabc2023-09-231-2/+6
| | | | | | | | | | | added `.Completion.create` class. ```py response = g4f.Completion.create( model='text-davinci-003', prompt="Hello") print(response) ```
* ~abc2023-09-231-0/+369
|
* Delete g4f/Provider/Vercel.pyTekky2023-09-231-387/+0
|
* Improve Vercel Provider:Heiner Lohaus2023-09-231-42/+60
| | | | | | | - Fix endless loop - Add proxy, async support - Add default model Fix HuggingChat Provider
* ~ | Update Vercel Providerabc2023-09-231-227/+307
|
* ~ | new providersabc2023-09-231-3/+1
| | | | | | Somwhat fix Aivvm provider, which looks to have a working gpt-4 kinda unstable
* ~abc2023-09-191-64/+2
|
* Add new providers: Aivvm, Vitalentum and YlokhHeiner Lohaus2023-09-121-1/+1
|
* Add to many provider async and stream support, Fix Ails, AItianhu, ChatgptAi, ChatgptLogin Provider, Add fallback cookies to Bing, Improve OpenaiChat ProviderHeiner Lohaus2023-09-051-41/+58
|
* type hintsmsi-JunXiang2023-09-031-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
* ~ | code stylingabc2023-08-271-17/+10
|
* refactor: refactor providerMIDORIBIN2023-08-141-0/+337