summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/needs_auth/OpenaiChat.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update model list / providersHeiner Lohaus2024-05-191-1/+2
|
* Add get/set cookies dir, hide prompt option in guiHeiner Lohaus2024-05-181-56/+21
|
* Fix OpenaiChat provider, improve proofofworkHeiner Lohaus2024-05-181-33/+48
|
* Improve Liabots provider, Add image api supportHeiner Lohaus2024-05-181-6/+6
|
* Add needs auth to provierds, Add PerplexityApi providerHeiner Lohaus2024-05-151-3/+6
| | | | Add proxy support to nodriver
* Update chatgpt url, uvloop supportHeiner Lohaus2024-05-151-7/+8
|
* Add proofofwork to OpenaiChatHeiner Lohaus2024-04-281-9/+44
|
* Add vision models to readmeHeiner Lohaus2024-04-221-0/+1
|
* Add Replicate ProviderHeiner Lohaus2024-04-211-7/+8
| | | | | | Fix Bug in OpenaiChat and MetaAI Add read cookie and .har files Use factory for api app
* Add image model listHeiner Lohaus2024-04-211-14/+16
|
* Fix Bing Provider, Add Account Support for Meta AIHeiner Lohaus2024-04-211-15/+8
| | | | Use default headers in OpenaiChat
* Fix image generation in OpenaiChatHeiner Lohaus2024-04-191-0/+2
|
* Add Ecosia Provider, Add OpenaiAccount aliasHeiner Lohaus2024-04-181-12/+16
| | | | | Use AsyncClient in API, add web_search parameter in API Improve error messages in Openai
* some more logging0.2.9.9abc2024-04-151-0/+5
|
* Add model alias for gpt-4-turbo-preview in OpenaiChat Providerochen12024-04-131-2/+2
|
* update retryproviderabc2024-04-121-0/+3
| | | | now works with one provider.
* Add labels to provider listHeiner Lohaus2024-04-121-0/+1
|
* Add OpenRouter and DeepInfraImage Provider (#1814)0.2.9.2H Lohaus2024-04-101-1/+1
|
* Add nodriver to OpenaiChatHeiner Lohaus2024-04-071-0/+38
|
* Add authless OpenaiChatHeiner Lohaus2024-04-051-29/+56
|
* Fix history support for OpenaiChatHeiner Lohaus2024-03-281-6/+5
|
* Fix attr conversation_id not foundHeiner Lohaus2024-03-271-2/+2
|
* Fix load .har files, add hardir to docker, add docsHeiner Lohaus2024-03-261-1/+1
|
* No arkose token and .har filesHeiner Lohaus2024-03-261-28/+20
|
* Add .har file support for OpenaiChatHeiner Lohaus2024-03-251-60/+12
| | | | | | Update model list of HuggingChat Update styles of scrollbar in gui Fix image upload in gui
* Fix missing websocket_request_id in OpenaiChatHeiner Lohaus2024-03-191-1/+1
| | | | | | Add RateLimitErrors to Bing Add android support to gui api Add annotations import to gui api
* Add Pyinstaller support, Use curl_cffi in You providerHeiner Lohaus2024-03-151-1/+1
|
* Add webview support to OpenaiChatHeiner Lohaus2024-03-141-48/+116
|
* Add system message input to guiHeiner Lohaus2024-03-091-43/+45
| | | | Improve OpenaiChat provider
* Expire cache, Fix multiple websocket conversations in OpenaiChatHeiner Lohaus2024-03-081-6/+11
| | | | Map system messages to user messages in GeminiPro
* Update OpenaiChat.py0.2.2.5H Lohaus2024-02-281-1/+1
|
* Update OpenaiChat.pyH Lohaus2024-02-281-1/+1
|
* Add websocket support in OpenaiChatHeiner Lohaus2024-02-281-95/+133
|
* Update some providersHeiner Lohaus2024-02-271-11/+22
| | | | | | | Improve read access_token in OpenaiChat Add IterProvider Add system message support in FlowGpt Filter none values in new Client
* Add support for message history and system message in OpenaiChatHeiner Lohaus2024-02-261-45/+75
| | | | | | Add fetch access_token and fix cookie usage in OpenaiChat Fix save created access_token in cookies in OpenaiChat Add use_auth_header config in GeminiPro
* Fix cookies is None bugHeiner Lohaus2024-02-251-1/+1
|
* Add GeminiPro API providerHeiner Lohaus2024-02-231-32/+57
| | | | | Set min version for undetected-chromedriver Add api_key to the new client
* Add unitests for the clientHeiner Lohaus2024-02-141-1/+1
| | | | | Fix: async generator ignored GeneratorExit Fix: ResourceWarning: unclosed event loop
* Add new Client API with DocsHeiner Lohaus2024-02-121-44/+41
| | | | | | | Use object urls for the preview of image uploads. Fix upload images in You provider Fix create image. It's now a single image. Improve system message for create images.
* Read cookies from config in GeminiHeiner Lohaus2024-02-091-1/+2
| | | | Fixes for OpenaiChat Provider
* Update OpenaiChat.pyH Lohaus2024-02-091-1/+1
|
* Fix OpenaiChat provider, Fix issue with curl_cffiHeiner Lohaus2024-02-091-7/+18
|
* Add Gemini Provider with image upload and generationHeiner Lohaus2024-02-081-10/+8
|
* Add aiohttp_socks to requirementsHeiner Lohaus2024-01-291-16/+15
| | | | | Fix preview for uploaded and generated images in gui Improve typing, readme
* Fix: ChromeDriver only supports characters in the BMPHeiner Lohaus2024-01-261-5/+5
| | | | Add set_cookies helper, Show last used model
* New minimum requirements (#1515)0.2.0.6H Lohaus2024-01-261-20/+32
| | | | | | | * New minimum requirements * Add ConversationStyleOptionSets to Bing * Add image.ImageRequest * Improve python version support * Improve unittests
* Add ProviderModelMixin for model selectionHeiner Lohaus2024-01-231-37/+29
|
* Fix unittestsHeiner Lohaus2024-01-141-12/+40
|
* Refactor code with AIHeiner Lohaus2024-01-141-110/+229
| | | | | | | Add doctypes to many functions Add file upload for text files Add alternative url to FreeChatgpt Add webp to allowed image types
* Fix process_image in BingHeiner Lohaus2024-01-131-4/+1
| | | | | Add ImageResponse to Bing Fix cursor styling in gui
* Support upload image in guiHeiner Lohaus2024-01-131-102/+242
| | | | | | | Add image upload to OpenaiChat Add image response to OpenaiChat Improve ChatGPT Plus Support Remove unused requirements
* Add _puid cookie, save access_token in cookies in OpenaiChatHeiner Lohaus2024-01-011-7/+19
|
* Add selenium to dockerfileHeiner Lohaus2023-12-061-22/+15
| | | | | | Load model and provider list in gui Remove needs_auth in HuggingChat Add default model and login url in gui
* Add get_session_from_browser as cloudflare bypassHeiner Lohaus2023-12-021-1/+1
|
* Add webdriver moduleHeiner Lohaus2023-11-201-75/+56
|
* Add Response Handler to OpenaiChatHeiner Lohaus2023-11-191-74/+200
| | | | | | Update Providers with WebDriver Add WebDriverSession helper Use native streaming in curl_cffi
* Update OpenaiChat.pyH Lohaus2023-11-151-0/+1
|
* Add auto_continue to OpenaiChatHeiner Lohaus2023-11-121-45/+69
| | | | Update readme provider tables
* Add py_arkose_generator in OpenaiChatHeiner Lohaus2023-11-111-48/+12
|
* Add exec_js helper defHeiner Lohaus2023-11-031-21/+25
|
* Fix NotImplementedError on WInHeiner Lohaus2023-11-031-0/+10
|
* Use asyncio subprocess in OpenaiChatHeiner Lohaus2023-10-281-3/+10
|
* Add arkose_token to OpenaiChatHeiner Lohaus2023-10-281-3/+46
|
* Debug logging supportHeiner Lohaus2023-10-221-20/+27
| | | | Async browse access token
* Add Proxy Support and Create Provider to ReadmeHeiner Lohaus2023-10-091-6/+11
| | | | Add proxy support to many providers
* Add AiAsk, Chatgpt4Online, ChatgptDemoHeiner Lohaus2023-10-051-1/+2
| | | | | | and ChatgptX Provider Fix Bing, Liaobots and ChatgptAi Provider Add "gpt_35_long" model and custom timeout
* Sort providers in new dirsHeiner Lohaus2023-10-041-0/+124