gpt4free/g4f/Provider
kqlio67 8d5d522c4e
feat(g4f): Major provider updates and new model support (#2437)
* refactor(g4f/Provider/Airforce.py): Enhance Airforce provider with dynamic model fetching

* refactor(g4f/Provider/Blackbox.py): Enhance Blackbox AI provider configuration and streamline code

* feat(g4f/Provider/RobocodersAPI.py): Add RobocodersAPI new async chat provider

* refactor(g4f/client/__init__.py): Improve provider handling in async_generate method

* refactor(g4f/models.py): Update provider configurations for multiple models

* refactor(g4f/Provider/Blackbox.py): Streamline model configuration and improve response handling

* feat(g4f/Provider/DDG.py): Enhance model support and improve conversation handling

* refactor(g4f/Provider/Copilot.py): Enhance Copilot provider with model support

* refactor(g4f/Provider/AmigoChat.py): update models and improve code structure

* chore(g4f/Provider/not_working/AIUncensored.): move AIUncensored to not_working directory

* chore(g4f/Provider/not_working/Allyfy.py): remove Allyfy provider

* Update (g4f/Provider/not_working/AIUncensored.py g4f/Provider/not_working/__init__.py)

* refactor(g4f/Provider/ChatGptEs.py): Implement format_prompt for message handling

* refactor(g4f/Provider/Blackbox.py): Update message formatting and improve code structure

* refactor(g4f/Provider/LLMPlayground.py): Enhance text generation and error handling

* refactor(g4f/Provider/needs_auth/PollinationsAI.py): move PollinationsAI to needs_auth directory

* refactor(g4f/Provider/Liaobots.py): Update Liaobots provider models and aliases

* feat(g4f/Provider/DeepInfraChat.py): Add new DeepInfra models and aliases

* Update (g4f/Provider/__init__.py)

* Update (g4f/models.py)

* g4f/models.py

* Update g4f/models.py

* Update g4f/Provider/LLMPlayground.py

* Update (g4f/models.py g4f/Provider/Airforce.py g4f/Provider/__init__.py g4f/Provider/LLMPlayground.py)

* Update g4f/Provider/__init__.py

* Update (g4f/Provider/Airforce.py)

---------

Co-authored-by: kqlio67 <kqlio67@users.noreply.github.com>
2024-11-28 17:50:24 +01:00
..
bing Improve download of generated images, serve images in the api (#2391) 2024-11-20 19:58:16 +01:00
deprecated Add armv7 docker image, Remove Bing provider, add update banner 2024-11-25 20:34:50 +01:00
local Update (g4f/Provider/) 2024-11-09 09:48:34 +02:00
needs_auth feat(g4f): Major provider updates and new model support (#2437) 2024-11-28 17:50:24 +01:00
not_working feat(g4f): Major provider updates and new model support (#2437) 2024-11-28 17:50:24 +01:00
npm Revert "Cleanup unused dependencies" 2024-01-23 04:59:46 +01:00
openai Sort .har files by date, filter None from result 2024-11-26 19:28:41 +01:00
selenium Update (g4f/models.py g4f/Provider/ docs/providers-and-models.md) 2024-11-06 17:25:09 +02:00
you Improve logging implementation (#2347) 2024-11-15 07:38:51 +01:00
__init__.py feat(g4f): Major provider updates and new model support (#2437) 2024-11-28 17:50:24 +01:00
Airforce.py feat(g4f): Major provider updates and new model support (#2437) 2024-11-28 17:50:24 +01:00
AmigoChat.py feat(g4f): Major provider updates and new model support (#2437) 2024-11-28 17:50:24 +01:00
base_provider.py Improve download of generated images, serve images in the api (#2391) 2024-11-20 19:58:16 +01:00
Blackbox.py feat(g4f): Major provider updates and new model support (#2437) 2024-11-28 17:50:24 +01:00
ChatGpt.py Sort .har files by date, filter None from result 2024-11-26 19:28:41 +01:00
ChatGptEs.py feat(g4f): Major provider updates and new model support (#2437) 2024-11-28 17:50:24 +01:00
Cloudflare.py Add nodriver to Gemini provider, 2024-11-17 11:06:37 +01:00
Copilot.py feat(g4f): Major provider updates and new model support (#2437) 2024-11-28 17:50:24 +01:00
DarkAI.py Update (g4f/Provider/ChatGpt.py g4f/Provider/DarkAI.py) 2024-11-07 11:41:16 +02:00
DDG.py feat(g4f): Major provider updates and new model support (#2437) 2024-11-28 17:50:24 +01:00
DeepInfraChat.py feat(g4f): Major provider updates and new model support (#2437) 2024-11-28 17:50:24 +01:00
Free2GPT.py Update (g4f/models.py g4f/Provider/ docs/providers-and-models.md) 2024-11-06 17:25:09 +02:00
FreeGpt.py Update (g4f/models.py g4f/Provider/ docs/providers-and-models.md) 2024-11-06 17:25:09 +02:00
GizAI.py Update (g4f/Provider/GizAI.py) 2024-11-11 21:18:50 +02:00
helper.py Remove all not working provider (#1679) 2024-03-12 02:06:06 +01:00
HuggingChat.py Update HuggingChat.py 2024-11-18 11:21:32 +01:00
Liaobots.py feat(g4f): Major provider updates and new model support (#2437) 2024-11-28 17:50:24 +01:00
MagickPen.py Remove providers in the providers , 2024-10-19 13:21:19 +03:00
Mhystical.py Improve logging implementation (#2347) 2024-11-15 07:38:51 +01:00
PerplexityLabs.py Update (g4f/models.py g4f/Provider/PerplexityLabs.py) 2024-11-12 20:56:23 +02:00
Pi.py Fix api streaming, fix AsyncClient (#2357) 2024-11-16 13:19:51 +01:00
Pizzagpt.py Remove providers in the providers , 2024-10-19 13:21:19 +03:00
Prodia.py refactor(g4f/Provider/Prodia.py): Enhance Prodia image generation parameters 2024-11-08 21:00:43 +02:00
Reka.py Add needs auth to provierds, Add PerplexityApi provider 2024-05-15 21:07:49 +02:00
ReplicateHome.py Improve download of generated images, serve images in the api (#2391) 2024-11-20 19:58:16 +01:00
RobocodersAPI.py New RobocodersAPI provider with providers enhancement and client updates (#2388) 2024-11-20 09:51:29 +01:00
RubiksAI.py Improve download of generated images, serve images in the api (#2391) 2024-11-20 19:58:16 +01:00
TeachAnything.py Update (g4f/Provider/TeachAnything.py) 2024-11-12 21:05:29 +02:00
Upstage.py Update (g4f/Provider/Upstage.py) 2024-11-06 21:58:42 +02:00
You.py Add image upload to Copilot provider 2024-11-19 20:26:00 +01:00