Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-03-16 | Add conversation support for Bing | Heiner Lohaus | 3 | -9/+24 | |
2024-03-16 | Add copilot conversation mode | Heiner Lohaus | 1 | -8/+11 | |
2024-03-16 | Serverless webview gui | Heiner Lohaus | 19 | -404/+436 | |
2024-03-15 | Move raise_for_status, Create FormData wrapper | Heiner Lohaus | 2 | -6/+66 | |
2024-03-15 | Add Pyinstaller support, Use curl_cffi in You provider | Heiner Lohaus | 3 | -4/+16 | |
2024-03-14 | Add export / import conversations | Heiner Lohaus | 3 | -12/+57 | |
2024-03-14 | Filter not working provider from RetryProvider | Heiner Lohaus | 1 | -1/+1 | |
2024-03-14 | Add webview support to OpenaiChat | Heiner Lohaus | 2 | -9/+5 | |
2024-03-13 | Add model preselection in gui | Heiner Lohaus | 4 | -33/+100 | |
2024-03-13 | Remove generate images button | Heiner Lohaus | 2 | -2/+9 | |
2024-03-13 | Fix Bing create images, Add gui in webview init | Heiner Lohaus | 2 | -16/+55 | |
2024-03-12 | Add count chars to gui, Add retry support to fix rate limit in Bing | Heiner Lohaus | 1 | -1/+5 | |
2024-03-12 | Remove all not working provider (#1679) | H Lohaus | 1 | -0/+1 | |
Fix many providers Add selenium-wire to requierments | |||||
2024-03-09 | ~ gui system prompt spacingxtekky-patch-1 | Tekky | 1 | -2/+2 | |
The spacing was misaligned, a little increase in the with fixes it | |||||
2024-03-09 | Add word count from iG8R | Heiner Lohaus | 3 | -117/+120 | |
Improve Bing provider Some gui improvments Improve error handling in gui | |||||
2024-03-09 | Add system message input to gui | Heiner Lohaus | 3 | -60/+89 | |
Improve OpenaiChat provider | |||||
2024-03-08 | Enable Liaobots, disable Phind provider | Heiner Lohaus | 1 | -1/+0 | |
2024-03-06 | Fiy unittests with duckduckgo-search 5.0 | Heiner Lohaus | 1 | -1/+1 | |
2024-03-06 | Use word word count from alfaaz | Heiner Lohaus | 1 | -8/+1 | |
2024-03-06 | Use word word count from alfaaz | Heiner Lohaus | 1 | -2/+6 | |
Fix delete config on clear conversations | |||||
2024-03-03 | Improve gui handling, Improve count tokens | Heiner Lohaus | 1 | -22/+28 | |
2024-03-02 | Fix history on error, fix count words for chinese | Heiner Lohaus | 1 | -4/+7 | |
2024-02-29 | Ignore empty auth header in api | Heiner Lohaus | 3 | -48/+103 | |
Add live token count in gui | |||||
2024-02-26 | Fix filter messages in gui | Heiner Lohaus | 1 | -5/+8 | |
2024-02-26 | Improve filter_messages in gui | Heiner Lohaus | 2 | -5/+15 | |
Add rdns suport for proxies | |||||
2024-02-25 | Improve mobile css styles | Heiner Lohaus | 1 | -2/+10 | |
2024-02-25 | gui: remove cursor on errors | Heiner Lohaus | 1 | -17/+20 | |
Add auth header to GeminiPro provider | |||||
2024-02-25 | Improve show result in gui | Heiner Lohaus | 1 | -6/+10 | |
2024-02-24 | Add count word and tokens in gui | Heiner Lohaus | 3 | -23/+89 | |
2024-02-24 | Add FlowGpt provider, Fix issue with None values in api | Heiner Lohaus | 1 | -1/+1 | |
2024-02-24 | Add remove messages from history | Heiner Lohaus | 2 | -23/+95 | |
Improve hidding regenerated messages | |||||
2024-02-22 | Update client docs, Enable some tests | Heiner Lohaus | 1 | -2/+2 | |
2024-02-22 | Move some modules, create providers dir | Heiner Lohaus | 2 | -10/+10 | |
Set min version for duckduckgo Make duckduckgo search async Remove get_lastet_version | |||||
2024-02-19 | Add MathJax to GUI #1563, Add model name to GUI #1600 | Heiner Lohaus | 2 | -17/+36 | |
2024-02-12 | Add new Client API with Docs | Heiner Lohaus | 1 | -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-11 | Add disable history button in GUI | Heiner Lohaus | 2 | -4/+14 | |
2024-02-11 | Add upload image in You provider | Heiner Lohaus | 2 | -1/+3 | |
2024-02-11 | Fix convert image to jpg in Bing | Heiner Lohaus | 1 | -2/+1 | |
Fix display upload image in GUI | |||||
2024-02-11 | Add GPT 4 support in You, Add camera input, Enable logging on debug in GUI, Don't load expired cookies | Heiner Lohaus | 5 | -26/+70 | |
2024-02-09 | Resolve images in Gemini Provider | Heiner Lohaus | 1 | -1/+1 | |
2024-02-08 | Add Gemini Provider with image upload and generation | Heiner Lohaus | 1 | -1/+1 | |
2024-01-29 | Add aiohttp_socks to requirements | Heiner Lohaus | 1 | -0/+16 | |
Fix preview for uploaded and generated images in gui Improve typing, readme | |||||
2024-01-26 | Fix: ChromeDriver only supports characters in the BMP | Heiner Lohaus | 3 | -10/+14 | |
Add set_cookies helper, Show last used model | |||||
2024-01-26 | New minimum requirements (#1515)0.2.0.6 | H Lohaus | 3 | -11/+19 | |
* New minimum requirements * Add ConversationStyleOptionSets to Bing * Add image.ImageRequest * Improve python version support * Improve unittests | |||||
2024-01-23 | Fix background in select box | Heiner Lohaus | 1 | -1/+1 | |
2024-01-23 | Add upload svg image support | Heiner Lohaus | 3 | -4/+10 | |
Fix upload image in Bing Provider | |||||
2024-01-21 | Improve tests | Heiner Lohaus | 1 | -2/+1 | |
2024-01-14 | Fix unittests (#1472) | H Lohaus | 1 | -1/+6 | |
* Fix unittests * Fix missing distutils, install setuptools * Fix version not found * Remove deprecation in get_event_loop | |||||
2024-01-14 | Change doctypes style to Google | Heiner Lohaus | 2 | -65/+152 | |
Fix typo in latest_version Fix Phind Provider Add unittest worklow and main tests | |||||
2024-01-14 | Refactor code with AI | Heiner Lohaus | 3 | -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-13 | Fix process_image in Bing | Heiner Lohaus | 2 | -2/+3 | |
Add ImageResponse to Bing Fix cursor styling in gui | |||||
2024-01-13 | Fix merge issues | Heiner Lohaus | 1 | -1/+2 | |
2024-01-13 | Support upload image in gui | Heiner Lohaus | 4 | -144/+137 | |
Add image upload to OpenaiChat Add image response to OpenaiChat Improve ChatGPT Plus Support Remove unused requirements | |||||
2024-01-12 | Add publish-to-pypi workflow | Heiner Lohaus | 3 | -9/+9 | |
Improve gui frontend Fix web search in bing | |||||
2024-01-10 | Add create images to Bing (#1426) | H Lohaus | 4 | -19/+40 | |
Add create images from Bing Add FreeChatgpt Provider Fix Bard Provider | |||||
2024-01-02 | Fix markdown replace | Heiner Lohaus | 1 | -1/+3 | |
2024-01-01 | Fix permissions for chromedriver | Heiner Lohaus | 1 | -1/+2 | |
Fix NoVNC server access Remove java from build | |||||
2024-01-01 | Add support for all models | Heiner Lohaus | 3 | -38/+64 | |
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-31 | remove unnecessary semicolon | Yash Varshney | 1 | -1/+1 | |
2023-12-19 | fix(g4f): Fix typo in function name | NiNiyas | 1 | -1/+1 | |
2023-12-11 | Change default port for gui | Heiner Lohaus | 1 | -1/+1 | |
Change default host for api Disable gui in build Add custom docker user | |||||
2023-12-11 | Add error classes | Heiner Lohaus | 1 | -10/+8 | |
Move version check to debug | |||||
2023-12-10 | Improve error handling in gui | Heiner Lohaus | 2 | -59/+45 | |
2023-12-10 | Add G4F_PROXY environment | Heiner Lohaus | 4 | -119/+108 | |
Add regenerate button in gui | |||||
2023-12-07 | Update readme. Add docker hub | Heiner Lohaus | 1 | -2/+2 | |
2023-12-07 | Add websearch to gui (#1314) | H Lohaus | 5 | -55/+178 | |
* 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-06 | Improve docker image | Heiner Lohaus | 2 | -2/+5 | |
2023-12-06 | Add selenium to dockerfile | Heiner Lohaus | 3 | -93/+60 | |
Load model and provider list in gui Remove needs_auth in HuggingChat Add default model and login url in gui | |||||
2023-11-08 | Remove height restriction | pakmmc | 1 | -7/+1 | |
Currently has blank black space at the bottom of the screen on 13" devices | |||||
2023-10-28 | Update backend.py, index.html, requirements.txt (#1180) | hdsz25 | 2 | -6/+6 | |
* 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-27 | added context | unknown | 3 | -50/+83 | |
2023-10-26 | add proxy support | catmeowjiao | 1 | -8/+29 | |
2023-10-23 | 'Refactored by Sourcery' (#1125) | ⲘrṨhส∂ow | 4 | -32/+26 | |
Co-authored-by: Sourcery AI <> | |||||
2023-10-19 | ~ | abc | 4 | -39/+95 | |
fix gui errors on iOS | |||||
2023-10-19 | ~ | g4f `v-0.1.6.8`0.1.6.8 | abc | 2 | -7/+12 | |
some quick fixes | |||||
2023-10-19 | ~ | abc | 3 | -64/+59 | |
automatic models fetching in GUI. | |||||
2023-10-19 | ~ | abc | 1 | -0/+7 | |
2023-10-13 | fix: remove typo in readme and configs | Ezra Adeyinka | 1 | -1/+1 | |
2023-10-12 | Unify g4f tools into one CLI | Arran Hobson Sayers | 2 | -13/+19 | |
2023-10-11 | Fix: TypeError: unsupported operand type(s) for |:... | hs_junxiang | 2 | -0/+5 | |
2023-10-11 | fix typo in backend.py | Ikko Eltociear Ashimine | 1 | -1/+1 | |
occured -> occurred | |||||
2023-10-10 | ~ | remove DeepAi | abc | 1 | -1/+0 | |
2023-10-10 | ~ | g4f `v-0.1.5.8`0.1.5.8 | abc | 2 | -12/+4 | |
2023-10-10 | fix html | Commenter123321 | 1 | -1/+1 | |
2023-10-10 | what | Commenter123321 | 1 | -3/+3 | |
2023-10-10 | change discord icon to telegram icon on gui | Commenter123321 | 2 | -2/+2 | |
2023-10-10 | fix provider thing in gui x2 | Commenter123321 | 3 | -10/+9 | |
2023-10-10 | fix provider thing in gui | Commenter123321 | 1 | -1/+1 | |
2023-10-10 | make internet searching better | Commenter123321 | 2 | -11/+41 | |
2023-10-10 | ~ | g4f `v-0.1.5.7` [Set Provider in GUI] + Provider Proxy | abc | 3 | -143/+164 | |
2023-10-10 | ~ | abc | 1 | -1/+15 | |
Command line arguments for GUI | |||||
2023-10-10 | ~ | abc | 2 | -7/+29 | |
New system for str to Provider | |||||
2023-10-08 | ~ | g4f `v-0.1.5.6` | abc | 1 | -0/+4 | |
gui & interference can now be run with: python -m g4f.gui.run and python -m g4f.interference.run | |||||
2023-10-06 | ~ | new g4f GUI | abc | 20 | -0/+1880 | |