summaryrefslogtreecommitdiffstats
path: root/g4f/gui/client (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-05-20Improve async client readme, Fix print styling, Add image api exampleHeiner Lohaus1-0/+3
2024-05-20Add some options to messages in gui, saves generated images localHeiner Lohaus3-12/+58
2024-05-19Create windows release, improve stylingHeiner Lohaus1-15/+20
2024-05-19Add dark mode config, slide system promptHeiner Lohaus3-118/+50
2024-05-19Fix js error in gui, Revert to_image in guiHeiner Lohaus1-1/+1
2024-05-18Add get/set cookies dir, hide prompt option in guiHeiner Lohaus3-18/+43
2024-05-15Update chatgpt url, uvloop supportHeiner Lohaus4-20/+42
2024-04-23Fix issue with You.com and nodriverHeiner Lohaus2-2/+5
Show global model list when unselect provider
2024-04-23Add conversation title change in guiHeiner Lohaus2-13/+59
Fix bug with multiple requests a .har in OpenaiChat
2024-04-23Add nodriver to dockerHeiner Lohaus1-0/+1
2024-04-22Add gemini-1.5-pro-latest modelHeiner Lohaus1-5/+5
2024-04-21Fix Bing Provider, Add Account Support for Meta AIHeiner Lohaus1-2/+6
Use default headers in OpenaiChat
2024-04-20Add MetaAI Provider and some small improvmentsHeiner Lohaus2-3/+4
2024-04-19A few small fixes in GUI and Providers (#1861)kqlio671-1/+1
2024-04-19Added Meta llama-3 support! (#1856)PD2-1/+2
* Added Meta llama-3 support! Decided to change llama2.py to llama.py to hold all the llama family models. * updated HuggingChat provider * Update FlowGpt.py
2024-04-18Add Ecosia Provider, Add OpenaiAccount aliasHeiner Lohaus1-4/+4
Use AsyncClient in API, add web_search parameter in API Improve error messages in Openai
2024-04-17Add missing styling on phoneHeiner Lohaus2-14/+11
2024-04-17Fix style.cssHeiner Lohaus1-1/+1
2024-04-17Fix DuckDuckGo Provider issuesHeiner Lohaus2-4/+18
Fix PerplexityLabs, FlowGpt Provider Update Bing, Gemini Provider
2024-04-13Fix SpeechRecognition on PhoneHeiner Lohaus1-2/+2
2024-04-13Fix SpeechRecognition on PhoneHeiner Lohaus1-8/+9
2024-04-13Fix SpeechRecognition on PhoneHeiner Lohaus1-16/+2
2024-04-13Fix SpeechRecognition on PhoneHeiner Lohaus1-1/+1
2024-04-13Fix SpeechRecognition on PhoneHeiner Lohaus1-3/+2
2024-04-13Fix SpeechRecognition on PhoneHeiner Lohaus1-1/+1
2024-04-13Fix SpeechRecognition on PhoneHeiner Lohaus1-4/+12
2024-04-12Add labels to provider listHeiner Lohaus1-2/+3
2024-04-12Add unittests for async client (#1830)0.2.9.5H Lohaus1-7/+4
* Add unittests for async client * Add pollyfill for anext * Update integration tests
2024-04-11Update chat.v1.jsH Lohaus1-1/+1
2024-04-11Update chat.v1.jsH Lohaus1-1/+2
2024-04-11Update chat.v1.jsH Lohaus1-5/+7
2024-04-11Fix DeepInfra Provider, Fix Speech Recognition on PhoneHeiner Lohaus1-3/+3
2024-04-11Add ReplicateImage Provider, Fix BingCreateImages ProviderHeiner Lohaus3-56/+59
2024-04-10Increase conversation title lenghtHeiner Lohaus2-24/+45
2024-04-10Some small fixesHeiner Lohaus2-69/+106
2024-04-10Add OpenRouter and DeepInfraImage Provider (#1814)0.2.9.2H Lohaus3-17/+33
2024-04-09Improve styling mobileHeiner Lohaus2-4/+13
2024-04-09Add project filesHeiner Lohaus2-6/+8
2024-04-09Add text to speech moduleHeiner Lohaus6-15/+113
2024-04-08Add DuckDuckGo Provider, Add SpeechRecognition to guiHeiner Lohaus3-37/+162
2024-04-08Add WhiteRabbitNeo Provider, Many tiny improvments in the guiHeiner Lohaus3-84/+176
2024-04-07Add nodriver to OpenaiChatHeiner Lohaus1-1/+1
2024-04-07Add local models to gui, Fix You Provider, add AsyncClientHeiner Lohaus2-18/+56
2024-04-06Update style.cssH Lohaus1-5/+13
2024-04-06Update index.htmlH Lohaus1-1/+1
2024-04-06Update index.htmlH Lohaus1-0/+13
2024-04-06Update style.cssH Lohaus1-3/+19
2024-04-06Update index.htmlH Lohaus1-33/+0
2024-03-25Add .har file support for OpenaiChatHeiner Lohaus3-3/+17
Update model list of HuggingChat Update styles of scrollbar in gui Fix image upload in gui
2024-03-22Add webview docs and examples, Set webview as defaultHeiner Lohaus1-8/+8
2024-03-19Fix missing websocket_request_id in OpenaiChatHeiner Lohaus3-38/+60
Add RateLimitErrors to Bing Add android support to gui api Add annotations import to gui api
2024-03-17Fix abort in webviewHeiner Lohaus1-14/+18
2024-03-16Fix GigaChat exceptions, Raise missing browser errorHeiner Lohaus2-9/+7
2024-03-16Add conversation support for BingHeiner Lohaus1-1/+3
2024-03-16Add copilot conversation modeHeiner Lohaus1-8/+11
2024-03-16Serverless webview guiHeiner Lohaus14-213/+233
2024-03-15Add Pyinstaller support, Use curl_cffi in You providerHeiner Lohaus1-2/+2
2024-03-14Add export / import conversationsHeiner Lohaus3-12/+57
2024-03-14Filter not working provider from RetryProviderHeiner Lohaus1-1/+1
2024-03-14Add webview support to OpenaiChatHeiner Lohaus2-9/+5
2024-03-13Add model preselection in guiHeiner Lohaus3-30/+78
2024-03-13Remove generate images buttonHeiner Lohaus2-2/+9
2024-03-13Fix Bing create images, Add gui in webview initHeiner Lohaus1-16/+31
2024-03-12Add count chars to gui, Add retry support to fix rate limit in BingHeiner Lohaus1-1/+5
2024-03-12Remove all not working provider (#1679)H Lohaus1-0/+1
Fix many providers Add selenium-wire to requierments
2024-03-09~ gui system prompt spacingxtekky-patch-1Tekky1-2/+2
The spacing was misaligned, a little increase in the with fixes it
2024-03-09Add word count from iG8RHeiner Lohaus3-117/+120
Improve Bing provider Some gui improvments Improve error handling in gui
2024-03-09Add system message input to guiHeiner Lohaus3-60/+89
Improve OpenaiChat provider
2024-03-08Enable Liaobots, disable Phind providerHeiner Lohaus1-1/+0
2024-03-06Use word word count from alfaazHeiner Lohaus1-8/+1
2024-03-06Use word word count from alfaazHeiner Lohaus1-2/+6
Fix delete config on clear conversations
2024-03-03Improve gui handling, Improve count tokensHeiner Lohaus1-22/+28
2024-03-02Fix history on error, fix count words for chineseHeiner Lohaus1-4/+7
2024-02-29Ignore empty auth header in apiHeiner Lohaus3-48/+103
Add live token count in gui
2024-02-26Fix filter messages in guiHeiner Lohaus1-5/+8
2024-02-26Improve filter_messages in guiHeiner Lohaus2-5/+15
Add rdns suport for proxies
2024-02-25Improve mobile css stylesHeiner Lohaus1-2/+10
2024-02-25gui: remove cursor on errorsHeiner Lohaus1-17/+20
Add auth header to GeminiPro provider
2024-02-25Improve show result in guiHeiner Lohaus1-6/+10
2024-02-24Add count word and tokens in guiHeiner Lohaus3-23/+89
2024-02-24Add FlowGpt provider, Fix issue with None values in apiHeiner Lohaus1-1/+1
2024-02-24Add remove messages from historyHeiner Lohaus2-23/+95
Improve hidding regenerated messages
2024-02-19Add MathJax to GUI #1563, Add model name to GUI #1600Heiner Lohaus2-17/+36
2024-02-12Add new Client API with DocsHeiner Lohaus1-19/+10
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.
2024-02-11Add disable history button in GUIHeiner Lohaus2-4/+14
2024-02-11Add upload image in You providerHeiner Lohaus1-1/+2
2024-02-11Fix convert image to jpg in BingHeiner Lohaus1-2/+1
Fix display upload image in GUI
2024-02-11Add GPT 4 support in You, Add camera input, Enable logging on debug in GUI, Don't load expired cookiesHeiner Lohaus3-24/+60
2024-02-09Resolve images in Gemini ProviderHeiner Lohaus1-1/+1
2024-01-29Add aiohttp_socks to requirementsHeiner Lohaus1-0/+16
Fix preview for uploaded and generated images in gui Improve typing, readme
2024-01-26Fix: ChromeDriver only supports characters in the BMPHeiner Lohaus1-5/+9
Add set_cookies helper, Show last used model
2024-01-23Fix background in select boxHeiner Lohaus1-1/+1
2024-01-23Add upload svg image supportHeiner Lohaus2-3/+9
Fix upload image in Bing Provider
2024-01-14Change doctypes style to GoogleHeiner Lohaus1-3/+3
Fix typo in latest_version Fix Phind Provider Add unittest worklow and main tests
2024-01-14Refactor code with AIHeiner Lohaus3-25/+86
Add doctypes to many functions Add file upload for text files Add alternative url to FreeChatgpt Add webp to allowed image types
2024-01-13Fix process_image in BingHeiner Lohaus2-2/+3
Add ImageResponse to Bing Fix cursor styling in gui
2024-01-13Support upload image in guiHeiner Lohaus3-128/+95
Add image upload to OpenaiChat Add image response to OpenaiChat Improve ChatGPT Plus Support Remove unused requirements
2024-01-12Add publish-to-pypi workflowHeiner Lohaus3-9/+9
Improve gui frontend Fix web search in bing
2024-01-10Add create images to Bing (#1426)H Lohaus2-6/+25
Add create images from Bing Add FreeChatgpt Provider Fix Bard Provider
2024-01-02Fix markdown replaceHeiner Lohaus1-1/+3
2024-01-01Add support for all modelsHeiner Lohaus2-27/+43
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
2023-12-10Improve error handling in guiHeiner Lohaus1-52/+38
2023-12-10Add G4F_PROXY environmentHeiner Lohaus3-94/+81
Add regenerate button in gui
2023-12-07Add websearch to gui (#1314)H Lohaus3-0/+22
* 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
2023-12-06Improve docker imageHeiner Lohaus1-1/+1
2023-12-06Add selenium to dockerfileHeiner Lohaus1-60/+35
Load model and provider list in gui Remove needs_auth in HuggingChat Add default model and login url in gui
2023-11-08Remove height restrictionpakmmc1-7/+1
Currently has blank black space at the bottom of the screen on 13" devices
2023-10-28Update backend.py, index.html, requirements.txt (#1180)hdsz251-5/+5
* 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"
2023-10-27added contextunknown2-16/+69
2023-10-19~abc3-39/+86
fix gui errors on iOS
2023-10-19~ | g4f `v-0.1.6.8`0.1.6.8abc1-6/+12
some quick fixes
2023-10-19~abc2-62/+54
automatic models fetching in GUI.
2023-10-10~ | remove DeepAiabc1-1/+0
2023-10-10~ | g4f `v-0.1.5.8`0.1.5.8abc1-10/+1
2023-10-10fix htmlCommenter1233211-1/+1
2023-10-10whatCommenter1233211-3/+3
2023-10-10change discord icon to telegram icon on guiCommenter1233212-2/+2
2023-10-10fix provider thing in gui x2Commenter1233211-1/+5
2023-10-10~ | g4f `v-0.1.5.7` [Set Provider in GUI] + Provider Proxyabc2-142/+163
2023-10-06~ | new g4f GUIabc14-0/+1664