Commit Graph

1480 Commits

Author SHA1 Message Date
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 575a188519
Merge pull request #1257 from AndPim4912/ignored-tupo
Fixed tupo in list_ignored_providers parameter.
2023-11-16 12:14:15 +01:00
H Lohaus 6a793e782c
Merge pull request #1258 from AndPim4912/chatbase
Add back crutch of incorrect responses to ChatBase
2023-11-16 12:12:37 +01:00
H Lohaus 3f7b3b2184
Merge pull request #1259 from Lin-jun-xiang/test
Fix: GPTalk can only use 5 times
2023-11-16 12:11:57 +01:00
JunXiang 04303131c8
Merge branch 'xtekky:main' into test 2023-11-16 17:15:43 +08:00
hs_junxiang 5c16856c3f fix: GPTalk can only use 5 times (#1255) 2023-11-16 17:13:35 +08:00
razrab 1906b5fd06 Add back crutch of incorrect responses to ChatBase 2023-11-16 12:05:53 +03:00
razrab 9b19603f03 Fixed tupo in list_ignored_providers parameter. 2023-11-16 11:54:25 +03:00
H Lohaus 2e46f1c074
Merge pull request #1250 from kacperkwapisz/patch-1
stream check workaround & fix
2023-11-16 09:31:50 +01:00
H Lohaus 64dcdb2cab
Update README.md 2023-11-15 23:19:03 +01:00
H Lohaus 0efd8cf0c5
Update README.md 2023-11-15 23:18:09 +01:00
H Lohaus e17582a8f2
Update README.md 2023-11-15 23:15:11 +01:00
H Lohaus 821a3df8b1
Update README.md 2023-11-15 23:13:40 +01:00
H Lohaus 52545369c5
Update OpenaiChat.py 2023-11-15 23:08:58 +01:00
Tekky 51231a726d
~ 2023-11-15 22:07:54 +00:00
Tekky 9305c00688
~ 2023-11-15 22:07:30 +00:00
Tekky 4c2119e8ae
~ 2023-11-15 21:30:14 +00:00
Tekky d2cb832bbd
Merge pull request #1254 from sdaqo/patch-1
rename docker compose to docker-compose
2023-11-15 21:29:33 +00:00
Tekky e752ffc9e1
~ 2023-11-15 21:29:16 +00:00
Tekky 839f72a642
~ 2023-11-15 21:26:57 +00:00
sdaqo 99f9cd610b
rename docker compose to docker-compose
Docker compose is a separate binary called `docker-compose` and is not a command of `docker` itself.
2023-11-15 21:20:59 +01:00
H Lohaus d86f17308b
Update README.md 2023-11-15 18:45:50 +01:00
H Lohaus f04e415bec
Merge pull request #1247 from hlohaus/pi
Fix Chatgpt4Online Provider
2023-11-15 18:25:28 +01:00
H Lohaus a5a548c325
Merge pull request #1251 from guspan-tanadi/READMENotesection
style(README): highlight markdown syntax Note section
2023-11-15 18:25:16 +01:00
H Lohaus f5ebea999a
Merge pull request #1249 from Lin-jun-xiang/test
add related project - line bot
2023-11-15 18:23:50 +01:00
H Lohaus b0a21c28bb
Merge pull request #1248 from Eikosa/patch-1
Check_pypi_version now returns bool
2023-11-15 18:22:55 +01:00
Guspan Tanadi c30a2ce13d
style(README): highlight markdown syntax Note section 2023-11-15 07:28:24 +07:00
Kacper Kwapisz ef3fdfa892
Update __init__.py
fixed the line where it checks if stream is requested. I made the change because before it ignored what the user typed because there was a invalid conversion from the boolean to string where the if stream clause would always be true. Simple workaround :)
2023-11-14 12:39:38 +01:00
hs_junxiang 06b05f2039 add related project - line bot 2023-11-14 14:48:03 +08:00
Eikosa abbf2927ec
Check_pypi_version now returns value 2023-11-13 21:56:08 +03:00
Heiner Lohaus 2f64bc99ef Fix Chatgpt4Online Provider 2023-11-13 18:58:52 +01:00
Tekky 297a7fa7dd
~ 2023-11-13 16:38:38 +00:00
Tekky d9f1f8ec72
~ 2023-11-13 16:38:03 +00:00
Tekky 746588814c
Merge pull request #1245 from AndPim4912/main
Fix ignored providers in api
2023-11-13 16:37:15 +00:00
razrab 7b26e20db0 Added back list_ignored_providers parameter to ChatCompletion.create method in api. 2023-11-13 14:11:44 +03:00
Tekky 82f3cdc762
Merge pull request #1243 from AndPim4912/main 2023-11-13 09:57:50 +00:00
Tekky ed008dcfe6
Merge pull request #1241 from hlohaus/pi 2023-11-13 09:57:07 +00:00
razrab 5a6d59e171 Refactor item_data update to handle byte keys and convert messages to dict. 2023-11-13 09:17:13 +03:00
Heiner Lohaus 2fb932220d Add Berlin and Koala Provider 2023-11-12 18:03:04 +01:00
abc eae81e7473 ~ | g4f `v-0.1.8.2` 2023-11-12 14:00:04 +00:00
Tekky df8f41645c
Merge pull request #1240 from hlohaus/pi
Add auto_continue to OpenaiChat
2023-11-12 13:55:23 +00:00
Heiner Lohaus 745ea57c63 Add auto_continue to OpenaiChat
Update readme provider tables
2023-11-12 10:12:05 +01:00
H Lohaus 9d222e8334
Merge pull request #1239 from hlohaus/pi
Improve readme
2023-11-12 01:57:00 +01:00
Heiner Lohaus 9579cca97a Improve readme 2023-11-12 01:55:40 +01:00
Heiner Lohaus b7afedda00 Improve readme 2023-11-12 01:54:54 +01:00
Tekky 4fc1ea59eb
Merge pull request #1236 from hlohaus/pi
Add py_arkose_generator in OpenaiChat
2023-11-11 19:49:44 +00:00
Heiner Lohaus c796ba2253 Add py_arkose_generator in OpenaiChat 2023-11-11 10:14:39 +01:00