kqlio67
f1683c8db8
Comprehensive Updates and Enhancements Across Multiple Providers
2024-08-31 09:47:39 +03:00
zukixa
bda2d67927
fix for 500 Internal Server Error #2199 [Request] Blackbox provider now support Gemini and LLaMa 3.1 models #2198 with some stuff from #2196
2024-08-28 23:03:32 -07:00
kqlio67
d57f77c2e7
Fixed a bug in the Liaobots provider
2024-07-28 13:34:28 +03:00
kqlio67
29c13e26cd
Comprehensive Update: New Providers, Model Enhancements, and Functionality Improvements
2024-07-25 09:21:55 +03:00
kqlio67
a8ab2ad771
Add files via upload
2024-07-08 20:49:38 +00:00
Heiner Lohaus
b1dafc0ef7
Improve Liabots provider, Add image api support
2024-05-18 07:37:37 +02:00
kqlio67
fa739d2e7c
Add Aichatos and Blackbox Provider ( #1822 )
...
Providers added:
- Feedough - Added a new provider with GPT-3 model
- Cnote - Added a new provider with GPT-3.5 model
2024-04-12 21:00:57 +02:00
H Lohaus
e418c03aa0
Update Liaobots.py
2024-04-07 00:05:19 +02:00
Zero6992
2448c32bf9
fix: gpt-4-turbo
2024-03-27 15:03:09 +08:00
Zero6992
8927a0cf79
fix: Liaobots gpt-4 model name
2024-03-27 00:18:37 +08:00
OmiiiDev
d6d75c28c8
Update Liaobots.py ( #1678 )
...
* Update Liaobots.py
Added Claude 3 models and updated other models
2024-03-12 02:17:45 +01:00
H Lohaus
6ef282de3a
Remove all not working provider ( #1679 )
...
Fix many providers
Add selenium-wire to requierments
2024-03-12 02:06:06 +01:00
Heiner Lohaus
eb48299195
Enable Liaobots, disable Phind provider
2024-03-08 10:12:13 +01:00
Commenter123321
fcc6c16ac0
Update Liaobots.py
2024-03-07 12:26:58 +01:00
Heiner Lohaus
6bbe60572e
Add default values for rdns
2024-02-26 11:25:07 +01:00
Heiner Lohaus
b4b74c991b
gui: remove cursor on errors
...
Add auth header to GeminiPro provider
2024-02-25 15:48:03 +01:00
Heiner Lohaus
69ef224f92
Add get_connector helper
2024-01-24 00:46:35 +01:00
Heiner Lohaus
8864b70ee4
Add aiohttp_socks support
2024-01-23 23:48:11 +01:00
Heiner Lohaus
91feb34054
Add ProviderModelMixin for model selection
2024-01-23 19:44:48 +01:00
Heiner Lohaus
6c2f3c6416
Fix Liabots session
2023-12-31 22:59:24 +01:00
OmiiiDev
a1c2f5b2cd
Update Liaobots.py
...
Added more models
2023-12-28 17:16:47 -08:00
Heiner Lohaus
702837a33a
Add auto support params method
2023-11-20 13:59:14 +01:00
Heiner Lohaus
cadc507fad
Add AiChatOnline, ChatgptDemoAi, ChatgptNext Providers
...
Add OnlineGpt and TalkAi Provider
Add get_random_string and get_random_hex helper
Remove funcaptcha package
2023-11-18 04:38:31 +01:00
H Lohaus
235dabf2cc
Update Liaobots.py
2023-11-16 19:46:25 +01:00
Heiner Lohaus
79cf039a88
Update config supports_message_history
2023-10-27 22:59:14 +02:00
ⲘrṨhส∂ow
3982f39424
'Refactored by Sourcery' ( #1125 )
...
Co-authored-by: Sourcery AI <>
2023-10-23 09:46:25 +02:00
Heiner Lohaus
13e89d6ab9
Fix MyShell Provider
2023-10-22 08:57:31 +02:00
abc
ae8dae82cf
~ | g4f v-0.1.7.2
...
patch / unpatch providers
2023-10-21 00:52:19 +01:00
Heiner Lohaus
e46b5fe043
Add proxy support to all providers
2023-10-09 10:22:17 +02:00
Heiner Lohaus
4fa6e9c0f5
Add GptGod Provider
...
Remove timeout from aiohttp providers
Disable Opchatgpts and ChatgptLogin provider
2023-10-07 09:02:48 +02:00
Heiner Lohaus
af9ed889c1
Fix timeout in create_async
2023-10-06 18:21:56 +02:00
Heiner Lohaus
88d2cbff09
Add AiAsk, Chatgpt4Online, ChatgptDemo
...
and ChatgptX Provider
Fix Bing, Liaobots and ChatgptAi Provider
Add "gpt_35_long" model and custom timeout
2023-10-05 05:13:37 +02:00
Heiner Lohaus
f1b6880f7e
Add Myshell Provider
...
Remove auto proxy prefix
2023-09-25 15:52:19 +02:00
Tekky
78bfbe717d
Revert "Fix type hint"
2023-09-17 22:23:54 +01:00
MIDORIBIN
c6f2277906
fix typo: provider -> Provider
2023-09-16 10:36:47 +09:00
Heiner Lohaus
618addd001
Disable not working providers:
...
EasyChat, Equing, GetGpt, Liaobots and Wuguokai
No and random best provider for a model
Update providers in Readme
2023-09-12 04:40:10 +02:00
Heiner Lohaus
5ca47b44b2
Add to many provider async and stream support, Fix Ails, AItianhu, ChatgptAi, ChatgptLogin Provider, Add fallback cookies to Bing, Improve OpenaiChat Provider
2023-09-05 17:27:24 +02:00
msi-JunXiang
901595b10f
type hints
...
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
2023-09-03 16:26:26 +08:00
Heiner Lohaus
3e6b1d6bef
Set working=True in Liaobots, Fix bing provider, Update readme
2023-09-01 23:39:57 +02:00
Heiner Lohaus
7294abc890
Add async support for H2o
...
Add format_prompt helper
Fix create_completion in AsyncGeneratorProvider
Move get_cookies from constructor to function
Add ow HuggingChat implement
Remove need auth form Liabots
Add staic cache for access_token in OpenaiChat
Add OpenAssistant provider
Support stream and async in You
Support async and add userId in Yqcloud
Add log_time module
2023-08-28 01:43:45 +02:00
abc
efd75a11b8
~ | code styling
2023-08-27 17:37:44 +02:00
MIDORIBIN
f6ef3cb223
refactor: refactor provider
2023-08-14 11:46:32 +09:00