Commit Graph

2451 Commits

Author SHA1 Message Date
kqlio67
7ac7dea13f feat(g4f/Provider/HuggingChat.py): add support for new model 2024-10-03 00:40:04 +03:00
kqlio67
d9e71dad7b feat(g4f/Provider/ChatGpt.py): enhance error handling and add debugging 2024-10-03 00:31:38 +03:00
kqlio67
8ab55107c8 fix(g4f/Provider/Allyfy.py): update API endpoint to full URL 2024-10-03 00:29:03 +03:00
kqlio67
2103ea87b5 refactor(g4f/Provider/Airforce.py): enhance Airforce provider functionality-2 2024-10-03 00:27:14 +03:00
kqlio67
6bf4c4bc37 refactor(g4f/Provider/Airforce.py): enhance Airforce provider functionality 2024-10-03 00:25:26 +03:00
kqlio67
29f4fcb4b0 feat(g4f/client/async_client.py): improve async generator handling and logging 2024-10-03 00:22:43 +03:00
kqlio67
d806c8cdc6 feat(g4f/models.py): enhance and update model configurations 2024-10-03 00:16:23 +03:00
kqlio67
c6e7336f4d feat(docs/providers-and-models.md): update provider and model listings 2024-10-03 00:11:53 +03:00
Hansi P.
ec983c1d29 get ollama address from env
+ docker compose configuration
2024-09-30 14:35:21 +03:00
Tekky
57d7d5c76a
~ 2024-09-29 22:48:32 +02:00
Tekky
0792deeffc
Merge pull request #2252 from elitexp/fix/asyncDDG-2236
Duck Duck Go Async Text Search Bug Fix
2024-09-29 22:42:37 +02:00
Tekky
92c604b562
Merge pull request #2251 from MirrorCY/main
fix: `--ignored-providers` option not working due to variable name mismatch
2024-09-29 22:42:14 +02:00
Tekky
0e32e274ad
Merge pull request #2219 from monosans/patch-01
feat(GeminiPro): add support for system prompt
2024-09-29 22:41:27 +02:00
Tekky
0deb0f60dd
Merge pull request #2246 from kqlio67/main
Update provider ecosystem and enhance functionality
2024-09-29 22:41:08 +02:00
kqlio67
58db9e03f0 feat(g4f/Provider/Nexra.py): enhance model handling and add new providers 2024-09-29 23:38:25 +03:00
Sujip Maharjan
296e2b498d Duck Duck Go Async Text Search Bug Fix 2024-09-28 11:39:04 +05:45
kqlio67
e68c4ca579 docs/providers-and-models.md 2024-09-27 18:47:57 +03:00
kqlio67
2616f87420 docs/providers-and-models.md 2024-09-27 18:47:15 +03:00
kqlio67
c007e6ff33 Updated providers-and-models.md 2024-09-27 14:22:10 +03:00
kqlio67
4bdee96533 Updated docs/providers-and-models.md g4f/models.py 2024-09-27 14:18:00 +03:00
kqlio67
6780a91b1e Updated docs/providers-and-models.md 2024-09-27 14:11:02 +03:00
kqlio67
307da9a90f Updated docs/providers-and-models.md 2024-09-27 14:06:50 +03:00
kqlio67
1d676e3fc6 Update g4f/models.py. Fix g4f/Provider/GPROChat.py 2024-09-27 13:37:47 +03:00
kqlio67
20f2d188b9 New provider added GPROChat 2024-09-27 12:26:36 +03:00
kqlio67
105b4aac75 New provider added ChatHub 2024-09-27 12:13:11 +03:00
kqlio67
cfe5acc152 Updated g4f/models.py g4f/Provider/Liaobots.py g4f/Provider/__init__.py g4f/Provider/DeepInfraChat.py 2024-09-27 00:24:44 +03:00
kqlio67
9ff384978c feat(g4f/Provider/AIChatFree.py): add AIChatFree provider 2024-09-27 00:08:56 +03:00
kqlio67
8237de5d63 Updated g4f/models.py g4f/Provider/HuggingChat.py 2024-09-26 22:40:40 +03:00
kqlio67
9fbafd9b56 Updated requirements-min.txt 2024-09-26 21:50:37 +03:00
kqlio67
6a2e83c6c3 Refactor async tests for chat completions (etc/unittest/async_client.py) 2024-09-26 21:38:34 +03:00
kqlio67
9a16296416 feat(g4f/client/async_client.py): enhance image generation and logging 2024-09-26 21:38:04 +03:00
42
b0fba66b7c
fix: --ignored-providers option not working due to variable name mismatch 2024-09-27 01:27:57 +08:00
kqlio67
85c95be22d Restored old version(g4f/client/async_client.py) 2024-09-25 21:31:27 +03:00
kqlio67
b3ddad4a08 feat(g4f/client/async_client.py): enhance image and chat response handling 2024-09-25 20:44:55 +03:00
kqlio67
1e62a9dd60 feat(g4f/Provider/HuggingChat.py): update model list and aliases 2024-09-25 20:05:39 +03:00
kqlio67
ec4e25073b The restored directory 'g4f/Provider/deprecated' 2024-09-25 11:44:23 +03:00
kqlio67
a6099ba48b feat(g4f/Provider/HuggingChat.): add Qwen2.5-72B model and alias 2024-09-25 08:01:39 +03:00
kqlio67
0c18ed5ce2 Returned provider 'g4f/Provider/ChatGot.py' updated documentation 'docs/providers-and-models.md' 2024-09-24 15:37:14 +03:00
kqlio67
f8e403a745 Resolved merge conflicts 2024-09-24 13:23:53 +03:00
abc
f13b214c8b Added gpt-4o provider 2024-09-19 21:24:01 +02:00
abc
41945eeded update... 2024-09-19 21:00:12 +02:00
abc
a7af385526 update ... 2024-09-19 20:58:37 +02:00
Tekky
cc80f2d315
Merge pull request #2220 from kqlio67/main
Provider updates and optimizations across multiple modules
2024-09-16 00:37:30 +02:00
kqlio67
d69372a962 refactor(ReplicateHome): update model handling and API interaction 2024-09-15 22:02:06 +03:00
kqlio67
5d28b04836 refactor(api): update model configuration for Blackbox 2024-09-15 15:07:56 +03:00
kqlio67
f13557f779 Fixing errors in g4f/Provider/Nexra.py 2024-09-14 12:52:21 +03:00
kqlio67
5b58852539 Updated g4f/models.py 2024-09-13 21:03:24 +03:00
kqlio67
3e491c63d7 feat(providers): unify Rocks and FluxAirforce into Airforce provider 2024-09-13 17:09:31 +03:00
kqlio67
29515b6946 Fixing errors in the provider g4f/Provider/Prodia.py 2024-09-13 01:29:20 +03:00
kqlio67
786a75b9f3 Updated g4f/Provider/Blackbox.py 2024-09-13 00:00:44 +03:00