summaryrefslogtreecommitdiffstats
path: root/g4f/gui/server (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add aliases to gui arguments, fix logs variableHeiner Lohaus3 days1-5/+5
|
* Add show log option to guiHeiner Lohaus3 days1-0/+12
|
* Fix load model list i AirforceChat providerHeiner Lohaus4 days1-9/+12
| | | | | Add Microsoft Copilot provider Show image support in the model list of the gui
* Add nodriver to Gemini provider,Heiner Lohaus6 days1-15/+17
| | | | | | Add slim docker image with google-chrome usage, Add the new docker images to publish worklow, Update requirements.txt and pip requirements
* Fix api streaming, fix AsyncClient (#2357)0.3.4.0H Lohaus7 days1-1/+1
| | | | | | | | | | * Fix api streaming, fix AsyncClient, Improve Client class, Some providers fixes, Update models list, Fix some tests, Update model list in Airforce provid er, Add OpenAi image generation url to api, Fix reload and debug in api arguments, Fix websearch in gui * Fix Cloadflare and Pi and AmigoChat provider * Fix conversation support in DDG provider, Add cloudflare bypass with nodriver * Fix unittests without curl_cffi
* Update internet.pyH Lohaus7 days1-2/+2
|
* Update internet.pyH Lohaus7 days1-2/+0
|
* Update internet.pyH Lohaus7 days1-1/+1
|
* Update internet.pyH Lohaus7 days1-1/+1
|
* Update internet.pyH Lohaus7 days1-1/+1
|
* Update internet.pyH Lohaus7 days1-1/+1
|
* Improve logging implementation (#2347)foxfire528 days1-2/+4
|
* Update (g4f/gui/server/api.py)kqlio672024-10-291-1/+1
|
* Update (g4f/gui/server/api.py g4f/Provider/Blackbox.py)kqlio672024-10-291-1/+1
|
* Update (g4f/gui/*)kqlio672024-10-291-22/+2
|
* feat(g4f/gui/server/website.py): add redirect for /images/ endpointkqlio672024-10-251-1/+5
|
* feat(g4f/gui/server/backend.py): add route to list generated imageskqlio672024-10-251-2/+22
|
* feat(g4f/gui/server/api.py): enhance image handling and directory managementkqlio672024-10-251-52/+11
|
* feat(g4f/gui/server/api.py): improve image handling and response streamingkqlio672024-10-221-61/+63
|
* refactor(g4f/gui/server/api.py): streamline model retrieval logickqlio672024-10-191-7/+2
|
* Updated(g4f/gui/server/api.py)kqlio672024-10-151-28/+13
|
* style(g4f/gui/server/api.py): update inline comments for URL processingkqlio672024-10-111-1/+1
|
* Duck Duck Go Async Text Search Bug FixSujip Maharjan2024-09-281-1/+1
|
* Updated g4f/gui/server/api.pykqlio672024-09-041-1/+1
|
* feat(image-processing): add support for data URI image handlinkqlio672024-09-041-13/+28
|
* Add some options to messages in gui, saves generated images localHeiner Lohaus2024-05-202-15/+39
|
* Fix js error in gui, Revert to_image in guiHeiner Lohaus2024-05-191-2/+2
|
* Fix upload imageHeiner Lohaus2024-05-181-2/+2
|
* Add gemini-1.5-pro-latest modelHeiner Lohaus2024-04-221-8/+20
|
* Add vision models to readmeHeiner Lohaus2024-04-221-5/+9
|
* Add image model listHeiner Lohaus2024-04-212-4/+28
|
* Fix Bing Provider, Add Account Support for Meta AIHeiner Lohaus2024-04-211-0/+3
| | | | Use default headers in OpenaiChat
* Add MetaAI Provider and some small improvmentsHeiner Lohaus2024-04-201-1/+1
|
* Fix DuckDuckGo Provider issuesHeiner Lohaus2024-04-171-0/+3
| | | | | Fix PerplexityLabs, FlowGpt Provider Update Bing, Gemini Provider
* Add labels to provider listHeiner Lohaus2024-04-121-1/+10
|
* Add OpenRouter and DeepInfraImage Provider (#1814)0.2.9.2H Lohaus2024-04-101-2/+2
|
* Add WhiteRabbitNeo Provider, Many tiny improvments in the guiHeiner Lohaus2024-04-083-10/+16
|
* Add local models to gui, Fix You Provider, add AsyncClientHeiner Lohaus2024-04-071-2/+6
|
* Update api.pyH Lohaus2024-04-061-5/+2
|
* Update api.pyH Lohaus2024-04-061-1/+0
|
* Update api.pyH Lohaus2024-04-061-98/+0
|
* Update serverH Lohaus2024-04-061-0/+95
|
* Update __init__.pyH Lohaus2024-04-061-1/+0
|
* Update serverH Lohaus2024-04-061-0/+1
|
* Update api.pyH Lohaus2024-04-061-1/+1
|
* Add Installation Guide for WindowsHeiner Lohaus2024-04-061-1/+1
| | | | Improve Contributors list in Readme
* Aktualisieren von api.pyH Lohaus2024-04-051-1/+1
|
* Fix history support for OpenaiChatHeiner Lohaus2024-03-282-7/+10
|
* No arkose token and .har filesHeiner Lohaus2024-03-261-4/+4
|
* Add .har file support for OpenaiChatHeiner Lohaus2024-03-251-1/+2
| | | | | | Update model list of HuggingChat Update styles of scrollbar in gui Fix image upload in gui
* Add webview docs and examples, Set webview as defaultHeiner Lohaus2024-03-221-4/+4
|
* Fix requirements in gui apiHeiner Lohaus2024-03-191-6/+6
|
* Fix requirements in gui apiHeiner Lohaus2024-03-191-4/+1
|
* Fix missing websocket_request_id in OpenaiChatHeiner Lohaus2024-03-192-1/+155
| | | | | | Add RateLimitErrors to Bing Add android support to gui api Add annotations import to gui api
* Fix abort in webviewHeiner Lohaus2024-03-171-1/+2
|
* Add conversation support for BingHeiner Lohaus2024-03-162-8/+21
|
* Serverless webview guiHeiner Lohaus2024-03-164-182/+196
|
* Add Pyinstaller support, Use curl_cffi in You providerHeiner Lohaus2024-03-152-2/+14
|
* Add model preselection in guiHeiner Lohaus2024-03-131-3/+22
|
* Fiy unittests with duckduckgo-search 5.0Heiner Lohaus2024-03-061-1/+1
|
* Update client docs, Enable some testsHeiner Lohaus2024-02-221-2/+2
|
* Move some modules, create providers dirHeiner Lohaus2024-02-222-10/+10
| | | | | | Set min version for duckduckgo Make duckduckgo search async Remove get_lastet_version
* Add upload image in You providerHeiner Lohaus2024-02-111-0/+1
|
* Add GPT 4 support in You, Add camera input, Enable logging on debug in GUI, Don't load expired cookiesHeiner Lohaus2024-02-111-2/+7
|
* Add Gemini Provider with image upload and generationHeiner Lohaus2024-02-081-1/+1
|
* Fix: ChromeDriver only supports characters in the BMPHeiner Lohaus2024-01-261-2/+2
| | | | Add set_cookies helper, Show last used model
* New minimum requirements (#1515)0.2.0.6H Lohaus2024-01-261-2/+10
| | | | | | | * New minimum requirements * Add ConversationStyleOptionSets to Bing * Add image.ImageRequest * Improve python version support * Improve unittests
* Add upload svg image supportHeiner Lohaus2024-01-231-1/+1
| | | | Fix upload image in Bing Provider
* Improve testsHeiner Lohaus2024-01-211-2/+1
|
* Fix unittests (#1472)H Lohaus2024-01-141-1/+6
| | | | | | | | | * Fix unittests * Fix missing distutils, install setuptools * Fix version not found * Remove deprecation in get_event_loop
* Change doctypes style to GoogleHeiner Lohaus2024-01-141-62/+149
| | | | | | Fix typo in latest_version Fix Phind Provider Add unittest worklow and main tests
* Fix merge issuesHeiner Lohaus2024-01-131-1/+2
|
* Support upload image in guiHeiner Lohaus2024-01-131-16/+42
| | | | | | | Add image upload to OpenaiChat Add image response to OpenaiChat Improve ChatGPT Plus Support Remove unused requirements
* Add create images to Bing (#1426)H Lohaus2024-01-102-13/+15
| | | | | Add create images from Bing Add FreeChatgpt Provider Fix Bard Provider
* Fix permissions for chromedriverHeiner Lohaus2024-01-011-1/+2
| | | | | Fix NoVNC server access Remove java from build
* Add support for all modelsHeiner Lohaus2024-01-011-11/+21
| | | | | | | | | 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
* remove unnecessary semicolonYash Varshney2023-12-311-1/+1
|
* fix(g4f): Fix typo in function nameNiNiyas2023-12-191-1/+1
|
* Add error classesHeiner Lohaus2023-12-111-10/+8
| | | | Move version check to debug
* Improve error handling in guiHeiner Lohaus2023-12-101-7/+7
|
* Add G4F_PROXY environmentHeiner Lohaus2023-12-101-25/+27
| | | | Add regenerate button in gui
* Update readme. Add docker hubHeiner Lohaus2023-12-071-2/+2
|
* Add websearch to gui (#1314)H Lohaus2023-12-072-55/+156
| | | | | | | | * Add websearch to gui * Fix version_check config * Add version badge in README.md * Show version in gui * Add docker hub build * Fix gui backend, improve style
* Improve docker imageHeiner Lohaus2023-12-061-1/+4
|
* Add selenium to dockerfileHeiner Lohaus2023-12-062-33/+25
| | | | | | Load model and provider list in gui Remove needs_auth in HuggingChat Add default model and login url in gui
* Update backend.py, index.html, requirements.txt (#1180)hdsz252023-10-281-1/+1
| | | | | | | | | | | | | | * Update backend.py change to the model that received from user interactive from the web interface model selection. * Update index.html added Llama2 as a provider selection and also include the model selection for Llama2: llama2-70b, llama2-13b, llama2-7b * Update requirements.txt add asgiref to enable async for Flask in api. "RuntimeError: Install Flask with the 'async' extra in order to use async views"
* added contextunknown2023-10-271-34/+14
|
* add proxy supportcatmeowjiao2023-10-261-8/+29
|
* 'Refactored by Sourcery' (#1125)ⲘrṨhส∂ow2023-10-234-32/+26
| | | Co-authored-by: Sourcery AI <>
* ~abc2023-10-191-0/+9
| | | | fix gui errors on iOS
* ~ | g4f `v-0.1.6.8`0.1.6.8abc2023-10-191-1/+0
| | | | some quick fixes
* ~abc2023-10-191-2/+5
| | | | automatic models fetching in GUI.
* ~abc2023-10-191-0/+7
|
* fix: remove typo in readme and configsEzra Adeyinka2023-10-131-1/+1
|
* ~ | Merge pull request #1044 from Lin-jun-xiang/mainTekky2023-10-112-0/+5
|\ | | | | Fix: TypeError: unsupported operand type(s) for |:...
| * Fix: TypeError: unsupported operand type(s) for |:...hs_junxiang2023-10-112-0/+5
| |
* | fix typo in backend.pyIkko Eltociear Ashimine2023-10-111-1/+1
|/ | | occured -> occurred
* ~ | g4f `v-0.1.5.8`0.1.5.8abc2023-10-101-2/+3
|
* fix provider thing in gui x2Commenter1233212023-10-102-9/+4
|
* fix provider thing in guiCommenter1233212023-10-101-1/+1
|
* make internet searching betterCommenter1233212023-10-102-11/+41
|
* ~abc2023-10-102-7/+29
| | | | New system for str to Provider
* ~ | new g4f GUIabc2023-10-065-0/+186