Commit Graph

30 Commits

Author SHA1 Message Date
Heiner Lohaus
5756586cde Refactor code with AI
Add doctypes to many functions
Add file upload for text files
Add alternative url to FreeChatgpt
Add webp to allowed image types
2024-01-14 07:45:41 +01:00
Heiner Lohaus
ceed364cb1 Fix process_image in Bing
Add ImageResponse to Bing
Fix cursor styling in gui
2024-01-13 18:10:43 +01:00
Heiner Lohaus
ea8d6b847a Support upload image in gui
Add image upload to OpenaiChat
Add image response to OpenaiChat
Improve ChatGPT Plus Support
Remove unused requirements
2024-01-13 15:37:36 +01:00
H Lohaus
bee75be8e3
Add create images to Bing (#1426)
Add create images from Bing
Add FreeChatgpt Provider
Fix Bard Provider
2024-01-10 10:34:56 +01:00
Heiner Lohaus
c617b18d12 Add support for all models
Add AbstractProvider class
Add ProviderType type
Add get_last_provider function
Add version module and  VersionUtils
Display used provider in gui
Fix error response in api
2024-01-01 17:48:57 +01:00
Heiner Lohaus
50b796e8fe Add _puid cookie, save access_token in cookies in OpenaiChat 2024-01-01 01:51:49 +01:00
nullstreak
f554018da2
HuggingChat: Strip leading whitespace from the first token in the stream
For some reason first token from the stream on HuggingChat always starts with a whitespace. This commit strips the leading whitespace from the first token in the stream to fix this issue.
2023-12-15 23:58:13 +01:00
Heiner Lohaus
62397ad112 Remove needs_auth, add proxy support in VoiGpt 2023-12-10 23:43:48 +01:00
Meshwa428
983d17cb7b
Added a new provider voigpt.com (#1328)
* added the new VoiGpt provider

* fixed the voigpt and moved it to needs_auth

* added auth detail and doc to voiGpt provider
2023-12-10 23:22:58 +01:00
Heiner Lohaus
3576dee75a Add selenium to dockerfile
Load model and provider list in gui
Remove needs_auth in HuggingChat
Add default model and login url in gui
2023-12-06 09:35:36 +01:00
Heiner Lohaus
2157ccbcdb Add get_session_from_browser as cloudflare bypass 2023-12-02 05:40:07 +01:00
Heiner Lohaus
08e308348b Add webdriver module 2023-11-20 14:00:40 +01:00
Heiner Lohaus
9239cadd8b Add Response Handler to OpenaiChat
Update Providers with WebDriver
Add WebDriverSession helper
Use native streaming in curl_cffi
2023-11-19 05:36:04 +01:00
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
29df5a21a8
Update Bard.py 2023-11-16 19:28:59 +01:00
Heiner Lohaus
510f534c0a Fix Bard Provider 2023-11-16 18:10:19 +01:00
H Lohaus
52545369c5
Update OpenaiChat.py 2023-11-15 23:08:58 +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
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
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
ⲘrṨhส∂ow
3982f39424
'Refactored by Sourcery' (#1125)
Co-authored-by: Sourcery AI <>
2023-10-23 09:46:25 +02:00
Heiner Lohaus
598255fa26 Debug logging support
Async browse access token
2023-10-22 23:53:18 +02:00
Heiner Lohaus
c6b33e527c Add Proxy Support and Create Provider to Readme
Add proxy support to many providers
2023-10-09 13:33:20 +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
6a61cf8116 Sort providers in new dirs 2023-10-04 07:20:51 +02:00