Commit Graph

2369 Commits

Author SHA1 Message Date
kqlio67
4cd1ed1a71 Added new provider (g4f/Provider/Ai4Chat.py) 2024-10-17 15:44:27 +03:00
kqlio67
48e8cbfb6d Added new provider (g4f/Provider/RubiksAI.py) 2024-10-17 13:17:38 +03:00
kqlio67
da4b0831d9 Update (g4f/Provider/Blackbox.py) 2024-10-17 13:13:29 +03:00
kqlio67
bbf41daf37 Added new provider (g4f/Provider/Editee.py) 2024-10-16 21:45:37 +03:00
kqlio67
9f394f9613 Added new provider (g4f/Provider/AiMathGPT.py) 2024-10-16 21:00:08 +03:00
kqlio67
1617e515bc feat(g4f/Provider/HuggingChat.py): add new model support for Nemotron 2024-10-16 19:33:06 +03:00
kqlio67
4e630d29aa feat(g4f/Provider/Blackbox.py): enhance async response handling and cleanup 2024-10-16 18:29:16 +03:00
kqlio67
03f2bc8e5b
Update README.md 2024-10-16 11:27:40 +00:00
kqlio67
84714e07c9
Update README.md 2024-10-16 11:21:37 +00:00
kqlio67
a9fb30464f
Update README.md 2024-10-16 11:14:32 +00:00
kqlio67
552fcf11f5 Updated(README.md) 2024-10-16 13:35:07 +03:00
kqlio67
b2b4188446 refactor(docs/async_client.md): use async_generate for image generation 2024-10-15 22:01:32 +03:00
kqlio67
aef705021f Updated(g4f/Provider/ChatifyAI.py) 2024-10-15 21:07:41 +03:00
kqlio67
b48757dd4f Updated(README.md) 2024-10-15 15:29:45 +03:00
kqlio67
c58335a4b3 Updated(README.md) 2024-10-15 15:27:40 +03:00
kqlio67
0a73aca3e3 Updated(g4f/Provider/Blackbox.py) 2024-10-15 15:19:43 +03:00
kqlio67
2bcb45bfbd docs/interference.md 2024-10-15 15:08:16 +03:00
kqlio67
c6d11e5cef refactor(g4f/api/__init__.py): use asynchronous methods in Client 2024-10-15 15:07:06 +03:00
kqlio67
069b6cebdd
Merge branch 'xtekky:main' into main 2024-10-15 11:10:12 +00:00
kqlio67
c5b3de1c31 feat(README.md): update documentation and add new features 2024-10-15 13:59:47 +03:00
kqlio67
202b0730ff Updated(docs/client.md) 2024-10-15 13:58:09 +03:00
Tekky
2dcdce5422
Merge pull request #2275 from hansipie/setollamahost
Setollamahost
2024-10-15 11:52:43 +02:00
Tekky
5ed3467d07
Merge pull request #2272 from kqlio67/main
Integrate New Providers and Enhance Existing Functionality
2024-10-15 11:51:53 +02:00
Tekky
7e09ba3238
Merge pull request #2268 from yjg30737/patch-1
Added VividNode(pyqt-openai) to Powered by gpt4free
2024-10-15 11:51:43 +02:00
kqlio67
dd17d5aca8 Updated(docs/client.md) 2024-10-15 12:41:32 +03:00
kqlio67
e43f95d4df Updated(docs/async_client.md) 2024-10-15 12:40:17 +03:00
kqlio67
f3971df893 Updated(g4f/Provider/Blackbox.py) 2024-10-15 12:36:08 +03:00
kqlio67
73ecaffd93 feat(g4f/models.py): update model configurations and providers 2024-10-15 12:31:07 +03:00
kqlio67
3e8dcaf13c Updated(g4f/gui/server/api.py) 2024-10-15 12:28:03 +03:00
kqlio67
0d868f64aa feat(g4f/client/async_client.py, g4f/client/async_client.py): enhance async and sync handling in client 2024-10-15 12:22:52 +03:00
kqlio67
e1e37b34a5 refactor(etc/unittest): update async client test structure 2024-10-15 12:03:20 +03:00
kqlio67
dc9a6a9dc7 refactor(docs/client.): Update G4F Client API documentation to reflect changes in API usage and add examples 2024-10-15 11:28:33 +03:00
kqlio67
f45c072d33 refactor(docs): Update AsyncClient API documentation to reflect changes in API usage and add asyncio examples 2024-10-15 11:26:42 +03:00
Hansi P.
30d207b1da
Merge branch 'xtekky:main' into setollamahost 2024-10-15 11:07:04 +03:00
kqlio67
9c3190d11c feat(g4f/Provider/Blackbox.py): enhance vision image handling 2024-10-12 22:56:06 +03:00
kqlio67
3119b8e37e chore: temporarily disable some new providers 2024-10-12 21:34:04 +03:00
kqlio67
69d0d2b29b feat(/Provider/AmigoChat.py): add retry mechanism for API requests 2024-10-11 23:23:09 +03:00
kqlio67
7645fcb20e docs(docs/async_client.md): update AsyncClient usage examples with asyncio 2024-10-11 22:31:31 +03:00
kqlio67
d3d3bc9c14 style(g4f/gui/server/api.py): update inline comments for URL processing 2024-10-11 22:28:17 +03:00
kqlio67
e0cd0c3035 feat(g4f/models.py): Added new model 'ChatifyAI' and 'Cloudflare' to the default model's best provider list for broader provider options. 2024-10-11 10:46:33 +03:00
kqlio67
e481c07b67 feat(requirements-min.txt): add cloudscraper for enhanced request handling 2024-10-11 10:37:55 +03:00
kqlio67
d80e9dd8ce feat(g4f/Provider/Cloudflare.py): add new Cloudflare provider for async generation 2024-10-11 09:52:30 +03:00
kqlio67
b05528073c refactor(g4f/Provider/Prodia.py): maintain model list and ensure default model consistency 2024-10-11 09:49:22 +03:00
kqlio67
365d384445 refactor(g4f/Provider/LiteIcoding.py): streamline token management and maintain functionality 2024-10-11 09:47:15 +03:00
kqlio67
bd607b14b6 feat(g4f/Provider/Blackbox.py): enhance model handling and add web search mode 2024-10-11 09:41:23 +03:00
kqlio67
f63d1566cf feat(g4f/Provider/DarkAI.py): add new DarkAI provider 2024-10-11 09:39:19 +03:00
kqlio67
505428b759 feat(g4f/Provider/ChatifyAI.py): add new AmigoChat text and image models 2024-10-11 09:38:46 +03:00
kqlio67
da8fb9bb00 feat(g4f/Provider/AmigoChat.py): add new AmigoChat text and image models 2024-10-11 09:38:16 +03:00
kqlio67
cdfc4911ce feat(g4f/Provider/AIUncensored.py): add new AIUncensored with text and image generation 2024-10-11 09:37:51 +03:00
kqlio67
d4e0fd7cb4 feat(g4f/Provider/Airforce.py): update model list and improve text processing 2024-10-11 09:36:32 +03:00