Commit Graph

248 Commits

Author SHA1 Message Date
Heiner Lohaus
e4caf1d0ca Improve providers 2023-11-17 11:16:49 +01:00
Heiner Lohaus
2ebbcdf0b8 Remove virtualdisplay and add headless mode 2023-11-17 04:50:37 +01:00
Heiner Lohaus
92908b4347 Add Poe Provider, Update AItianhuSpace Porvider 2023-11-17 03:19:27 +01:00
H Lohaus
235dabf2cc
Update Liaobots.py 2023-11-16 19:46:25 +01:00
H Lohaus
56db205111
Update MyShell.py 2023-11-16 19:41:31 +01:00
H Lohaus
29df5a21a8
Update Bard.py 2023-11-16 19:28:59 +01:00
H Lohaus
79c9051743
Update Phind.py 2023-11-16 19:24:15 +01:00
H Lohaus
e0541c513f
Update Phind.py 2023-11-16 19:02:53 +01:00
H Lohaus
aa12716974
Update MyShell.py 2023-11-16 18:54:59 +01:00
H Lohaus
5c5235671e
Update MyShell.py 2023-11-16 18:51:24 +01:00
H Lohaus
0625bd0a06
Update PerplexityAi.py 2023-11-16 18:47:20 +01:00
H Lohaus
cbc08d6014
Update helper.py 2023-11-16 18:39:34 +01:00
H Lohaus
51a6669210
Update Phind.py 2023-11-16 18:35:22 +01:00
H Lohaus
840157abaa
Update helper.py 2023-11-16 18:31:39 +01:00
H Lohaus
293337db98
Update helper.py 2023-11-16 18:29:07 +01:00
Heiner Lohaus
510f534c0a Fix Bard Provider 2023-11-16 18:10:19 +01:00
Heiner Lohaus
0c4e5e5127 Fix Phind and PerplexityAi - GPT-4 Providers
Fix MyShell Provider
Refactor Provider __init__
Add ChatAnywhere Provider
Update models list
2023-11-16 16:56:23 +01:00
H Lohaus
52545369c5
Update OpenaiChat.py 2023-11-15 23:08:58 +01:00
Heiner Lohaus
2f64bc99ef Fix Chatgpt4Online Provider 2023-11-13 18:58:52 +01:00
Heiner Lohaus
2fb932220d Add Berlin and Koala Provider 2023-11-12 18:03:04 +01:00
Heiner Lohaus
745ea57c63 Add auto_continue to OpenaiChat
Update readme provider tables
2023-11-12 10:12:05 +01:00
Heiner Lohaus
c796ba2253 Add py_arkose_generator in OpenaiChat 2023-11-11 10:14:39 +01:00
hs_junxiang
a3c4e63577 fix: no module named 'flask' (#1216) 2023-11-07 10:18:17 +08:00
H Lohaus
363daeaab2
Merge pull request #1207 from hlohaus/win
Fix NotImplementedError on WIn
2023-11-05 10:23:22 +01:00
Luneye
23127acab2
Update Bing.py - Removed unnecessary "await" statements that could potentially lead to errors 2023-11-04 17:52:59 +01:00
Heiner Lohaus
dfefd22aa1 Add exec_js helper def 2023-11-03 22:24:35 +01:00
Heiner Lohaus
65b5227500 Fix NotImplementedError on WIn 2023-11-03 21:36:50 +01:00
H Lohaus
85ca16d77f
Merge pull request #1181 from hlohaus/arkose
Use asyncio subprocess in OpenaiChat
2023-10-29 19:58:56 +01:00
Luneye
b993bc00fa
Update ChatBase.py - Added jailbreak (enabled by default), Removed list incorrect responses 2023-10-29 18:34:12 +01:00
Heiner Lohaus
cc301a3dd8 Use asyncio subprocess in OpenaiChat 2023-10-28 19:02:39 +02:00
Heiner Lohaus
dc04ca9306 Add arkose_token to OpenaiChat 2023-10-28 07:21:00 +02:00
Heiner Lohaus
79cf039a88 Update config supports_message_history 2023-10-27 22:59:14 +02:00
Heiner Lohaus
0d1ae405cc Add Llama2 Providers / Models 2023-10-26 21:43:20 +02:00
Tekky
ffa36c49e4
Merge pull request #1153 from AndPim4912/ChatBase-incorrect-responses
Extract keywords from incorrect responses
2023-10-25 16:55:36 +01:00
Tekky
a167970d76
Merge pull request #1149 from Luneye/patch-4
[suggestion] Adding new parameter to check if a provider 'natively' supports mesage history
2023-10-25 14:07:40 +01:00
razrab
5ad48d9181 Extract keywords from incorrect responses
The text of error responses is dynamically created by LLM. Need determine by keywords for more precise identification.
2023-10-25 13:04:34 +03:00
Luneye
4bb751d989
Indicated support of message history in GptForLove.py 2023-10-24 23:46:54 +02:00
Luneye
2f539d0601
Indicated support of message history in Bing.py 2023-10-24 23:44:44 +02:00
Luneye
e93887aff8
Indicated support of message history in ChatBase.py 2023-10-24 23:43:08 +02:00
Luneye
7a2c8e4cd3
Indicated support of message history in FreeGpt.py 2023-10-24 23:42:16 +02:00
Luneye
0b43c13268
Indicated support of message history in GPTalk.py 2023-10-24 23:41:08 +02:00
Luneye
c43f82e966
Indicated support of message history in Yqcloud.py 2023-10-24 23:40:15 +02:00
Luneye
c839597c6d
Indicated support of message history in You.py 2023-10-24 23:39:29 +02:00
Luneye
aee8d5e628
Indicated support of message history in FakeGpt.py 2023-10-24 23:37:59 +02:00
Luneye
7f6d85f861
Indicated support of message history in ChatForAi.py 2023-10-24 23:36:48 +02:00
Luneye
dc798b520d
Indicated support of message history in ChatgptX.py 2023-10-24 23:30:07 +02:00
Tekky
6363353670
Merge pull request #1146 from AndPim4912/GetGpt-debian-compat
Update GetGpt provider for Debian python3-pycryptodome compatibility
2023-10-24 19:42:11 +01:00
Tekky
4c276c7ed6
Merge pull request #1145 from AndPim4912/chatbase-invalid-response
Add support for detecting incorrect responses in ChatBase API requests.
2023-10-24 19:41:56 +01:00
Heiner Lohaus
979904166f
Update MyShell.py 2023-10-24 18:58:12 +02:00
razrab
87f8007345 Update GetGpt provider for Debian python3-pycryptodome compatibility
Try to import AES from Cryptodome.Cipher if Crypto.Cipher caused error.
2023-10-24 19:30:57 +03:00