Commit Graph

2579 Commits

Author SHA1 Message Date
kqlio67
0a1cfe1987 feat(g4f/Provider/Blackbox.py): enhance async generator with image processing 2024-10-19 13:17:55 +03:00
kqlio67
427073805b refactor(g4f/providers/types.py): remove redundant attributes 2024-10-19 13:12:36 +03:00
kqlio67
fda90aa8f5 refactor(g4f/gui/server/api.py): streamline model retrieval logic 2024-10-19 12:56:43 +03:00
kqlio67
3dcacd842d refactor(etc/tool/create_provider.py): enhance provider template and functionality 2024-10-19 12:52:36 +03:00
kqlio67
b3951cbce4 Fixing (g4f/gui/client/static/css/style.css) errors with the size of internals in gui 2024-10-19 12:46:23 +03:00
kqlio67
af72d7cfc7 fix(g4f/Provider/AmigoChat.py): correct image generation prompt index 2024-10-19 12:22:24 +03:00
Amynov Islam Methyl Ogly
0ebc0d5e3e
Update cookies.py to support HAR loading for OpenaiChat 2024-10-18 02:30:06 +03:00
Tekky
66a305998d
Merge pull request #2277 from kqlio67/main
Async Client Refactor, Documentation Updates, and Provider Fixes
2024-10-17 17:56:51 +02:00
kqlio67
d9892cebfd Update (g4f/Provider/Blackbox.py) 2024-10-17 15:47:36 +03:00
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
foxfire52
8a8a9597ed
Add support for CORS preflight OPTION requests (#2006) 2024-10-17 11:44:01 +02: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