summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/Vercel.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ~ | 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