Commit Graph

81 Commits

Author SHA1 Message Date
H Lohaus
ee7428e767
Update Bing.py 2024-05-07 07:41:58 +02:00
H Lohaus
a9672bead0
Update Bing.py 2024-05-07 07:33:22 +02:00
Heiner Lohaus
8fcf618bbe Add Ollama provider, Add vision support to Openai 2024-05-05 23:38:31 +02:00
Heiner Lohaus
74c399d675 Add conversation title change in gui
Fix bug with multiple requests a .har in OpenaiChat
2024-04-23 17:34:42 +02:00
Heiner Lohaus
4bc4d635bc Add vision models to readme 2024-04-22 01:27:48 +02:00
Heiner Lohaus
db2d6cffd9 Fix Bing Provider, Add Account Support for Meta AI
Use default headers in OpenaiChat
2024-04-21 07:22:59 +02:00
Heiner Lohaus
a2b5446b2e Fix DuckDuckGo Provider issues
Fix PerplexityLabs, FlowGpt Provider
Update Bing, Gemini Provider
2024-04-17 10:33:23 +02:00
H Lohaus
ddb015e90d
Update Bing.py 2024-04-12 21:16:26 +02:00
Heiner Lohaus
f724c07f1b Add labels to provider list 2024-04-12 20:58:40 +02:00
H Lohaus
00951eb791
Add OpenRouter and DeepInfraImage Provider (#1814) 2024-04-10 08:14:50 +02:00
Heiner Lohaus
90715e702b Add project files 2024-04-09 19:19:33 +02:00
igeni
1989e0fd20 modified to avoid type's mismatch and make like rest of the code 2024-03-22 20:35:42 +03:00
Heiner Lohaus
2ee724f93e Add webview docs and examples, Set webview as default 2024-03-22 12:48:59 +01:00
Heiner Lohaus
5f9d7b78c6 Fix Bing key error 2024-03-19 18:52:17 +01:00
Heiner Lohaus
486e43dabd Fix missing websocket_request_id in OpenaiChat
Add RateLimitErrors to Bing
Add android support to gui api
Add annotations import to gui api
2024-03-19 18:48:32 +01:00
Heiner Lohaus
f797ec828c Fix GigaChat exceptions, Raise missing browser error 2024-03-16 20:02:15 +01:00
Heiner Lohaus
4778356064 Add conversation support for Bing 2024-03-16 18:07:53 +01:00
Heiner Lohaus
f861f322aa Add copilot conversation mode 2024-03-16 14:40:06 +01:00
Heiner Lohaus
8cc6000ffb Add Pyinstaller support, Use curl_cffi in You provider 2024-03-15 11:46:06 +01:00
Heiner Lohaus
993c9498c4 Add webview support to OpenaiChat 2024-03-14 13:53:57 +01:00
Heiner Lohaus
13f1275ca3 Add model preselection in gui 2024-03-13 17:52:48 +01:00
H Lohaus
9be4b47991
Update Bing.py 2024-03-13 15:03:33 +01:00
Heiner Lohaus
a29b3db46d Show apology in Bing 2024-03-13 13:01:22 +01:00
Heiner Lohaus
ecf110e59a Fix Bing create images, Add gui in webview init 2024-03-13 05:27:54 +01:00
Heiner Lohaus
5bcf21f9bd Add count chars to gui, Add retry support to fix rate limit in Bing 2024-03-12 18:45:22 +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
6bbe60572e Add default values for rdns 2024-02-26 11:25:07 +01:00
Heiner Lohaus
7cd5b3f0c6 Improve create conversation in Bing 2024-02-17 22:36:31 +01:00
Eikosa
20b2e076c3
Update Bing Sets
Needs to be tested, if this addition is not made, bing will not work well enough
2024-02-12 21:57:20 +03:00
Heiner Lohaus
d6b3d0f240 Fix issue #1537, copy options sets 2024-02-01 23:07:35 +01:00
Heiner Lohaus
a28bab9387 Add aiohttp_socks to requirements
Fix preview for uploaded and generated images in gui
Improve typing, readme
2024-01-29 18:14:46 +01:00
H Lohaus
feb83c168b
New minimum requirements (#1515)
* New minimum requirements
* Add ConversationStyleOptionSets to Bing
* Add image.ImageRequest
* Improve python version support
* Improve unittests
2024-01-26 07:54:13 +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
9cbe9c1ccb Improve tests 2024-01-21 02:20:23 +01:00
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
Heiner Lohaus
a7c8565922 Add publish-to-pypi workflow
Improve gui frontend
Fix web search in bing
2024-01-12 02:14:35 +01:00
Heiner Lohaus
9aa76da0fa Fix bing stream func 2024-01-10 20:06:21 +01:00
Eikosa
fcbe930020
Added timeout to Bing (#1438)
Co-authored-by: H Lohaus <hlohaus@users.noreply.github.com>
2024-01-10 10:41:15 +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
f82a60dfb3 Support Python 3.8 2023-12-25 01:41:29 +01:00
nullstreak
5d47ba4205
Update Bing.py 2023-12-21 01:03:15 +01:00
nullstreak
53bc24114e
Bing: add parameter to enable/disable web search (#1360)
Web search is disabled by default and can be enabled by passing `web_search = True`
2023-12-19 21:44:56 +01:00
eminemkun
28896f2a98 Fix Bing provider Cookie issue 2 2023-12-18 21:07:00 +09:00
eminemkun
ba68db3302 Fix Bing provider Cookie issue 2023-12-16 22:59:09 +09: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
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
79cf039a88 Update config supports_message_history 2023-10-27 22:59:14 +02:00