Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add image upload to Copilot provider | Heiner Lohaus | 22 hours | 3 | -2/+18 |
| | | | | Add --cookie-browsers argument to cli | ||||
* | Fix aliases to gui arguments | Heiner Lohaus | 25 hours | 1 | -6/+2 |
| | |||||
* | Add aliases to gui arguments, fix logs variable | Heiner Lohaus | 25 hours | 3 | -9/+12 |
| | |||||
* | Add show log option to gui | Heiner Lohaus | 27 hours | 4 | -2/+45 |
| | |||||
* | Fix generate messages on error in gui | Heiner Lohaus | 31 hours | 1 | -11/+15 |
| | |||||
* | Ask for auth on image upload | Heiner Lohaus | 32 hours | 1 | -0/+2 |
| | |||||
* | Add image upload to Copilot provider | Heiner Lohaus | 32 hours | 3 | -131/+142 |
| | | | | | Remove prompt lock from gui Fix discord link in gui | ||||
* | Fix load model list i AirforceChat provider | Heiner Lohaus | 2 days | 3 | -11/+16 |
| | | | | | Add Microsoft Copilot provider Show image support in the model list of the gui | ||||
* | Add nodriver to Gemini provider, | Heiner Lohaus | 3 days | 1 | -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.0 | H Lohaus | 4 days | 1 | -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.py | H Lohaus | 4 days | 1 | -2/+2 |
| | |||||
* | Update internet.py | H Lohaus | 5 days | 1 | -2/+0 |
| | |||||
* | Update internet.py | H Lohaus | 5 days | 1 | -1/+1 |
| | |||||
* | Update internet.py | H Lohaus | 5 days | 1 | -1/+1 |
| | |||||
* | Update internet.py | H Lohaus | 5 days | 1 | -1/+1 |
| | |||||
* | Update internet.py | H Lohaus | 5 days | 1 | -1/+1 |
| | |||||
* | Update index.html | H Lohaus | 5 days | 1 | -1/+1 |
| | |||||
* | Merge pull request #2313 from kqlio67/main | Tekky | 5 days | 1 | -5/+5 |
|\ | | | | | Major Provider Updates and Documentation Restructuring | ||||
| * | Update (g4f/gui/client/index.html) | kqlio67 | 11 days | 1 | -2/+2 |
| | | |||||
| * | Update (g4f/gui/client/index.html) | kqlio67 | 2024-11-06 | 1 | -1/+2 |
| | | |||||
| * | Update (docs/providers-and-models.md g4f/models.py g4f/gui/client/index.html g4f/Provider/Cloudflare.py) | kqlio67 | 2024-11-06 | 1 | -1/+0 |
| | | |||||
| * | fix(g4f/gui/client/index.html): Update Discord link in sidebar | kqlio67 | 2024-10-31 | 1 | -1/+1 |
| | | |||||
* | | Improve logging implementation (#2347) | foxfire52 | 5 days | 1 | -2/+4 |
|/ | |||||
* | Update (g4f/gui/server/api.py) | kqlio67 | 2024-10-29 | 1 | -1/+1 |
| | |||||
* | Update (g4f/gui/server/api.py g4f/Provider/Blackbox.py) | kqlio67 | 2024-10-29 | 1 | -1/+1 |
| | |||||
* | Update (g4f/gui/*) | kqlio67 | 2024-10-29 | 4 | -440/+218 |
| | |||||
* | Merge branch 'xtekky:main' into main | kqlio67 | 2024-10-27 | 2 | -2/+87 |
|\ | |||||
| * | Update chat.v1.js | foxfire52 | 2024-10-26 | 1 | -1/+4 |
| | | |||||
| * | Update highlightjs-copy.min.js | foxfire52 | 2024-10-26 | 1 | -6/+4 |
| | | |||||
| * | Clean up chat.v1.js | foxfire52 | 2024-10-26 | 1 | -1/+1 |
| | | |||||
| * | Clean up highlightjs-copy.min.js | foxfire52 | 2024-10-26 | 1 | -4/+2 |
| | | |||||
| * | Clean up chat.v1.js | foxfire52 | 2024-10-26 | 1 | -15/+9 |
| | | |||||
| * | Update highlightjs-copy.min.js | foxfire52 | 2024-10-25 | 1 | -7/+21 |
| | | |||||
| * | Undo minify highlightjs-copy.min.js | foxfire52 | 2024-10-25 | 1 | -1/+44 |
| | | |||||
| * | Update chat.v1.js | foxfire52 | 2024-10-24 | 1 | -5/+1 |
| | | |||||
| * | Update chat.v1.js | foxfire52 | 2024-10-24 | 1 | -13/+0 |
| | | |||||
| * | Update chat.v1.js | foxfire52 | 2024-10-24 | 1 | -1/+53 |
| | | |||||
* | | feat(messages): add image album functionality | kqlio67 | 2024-10-25 | 1 | -8/+120 |
| | | |||||
* | | feat(g4f/gui/client/static/css/style.css): add image modal and navigation controls | kqlio67 | 2024-10-25 | 1 | -1/+86 |
| | | |||||
* | | feat(g4f/gui/client/index.html): add image album and enhance model/provider options | kqlio67 | 2024-10-25 | 1 | -237/+251 |
| | | |||||
* | | feat(g4f/gui/server/website.py): add redirect for /images/ endpoint | kqlio67 | 2024-10-25 | 1 | -1/+5 |
| | | |||||
* | | feat(g4f/gui/server/backend.py): add route to list generated images | kqlio67 | 2024-10-25 | 1 | -2/+22 |
| | | |||||
* | | feat(g4f/gui/server/api.py): enhance image handling and directory management | kqlio67 | 2024-10-25 | 1 | -52/+11 |
|/ | |||||
* | feat(g4f/gui/server/api.py): improve image handling and response streaming | kqlio67 | 2024-10-22 | 1 | -61/+63 |
| | |||||
* | refactor(g4f/gui/server/api.py): streamline model retrieval logic | kqlio67 | 2024-10-19 | 1 | -7/+2 |
| | |||||
* | Fixing (g4f/gui/client/static/css/style.css) errors with the size of internals in gui | kqlio67 | 2024-10-19 | 1 | -2/+0 |
| | |||||
* | Updated(g4f/gui/server/api.py) | kqlio67 | 2024-10-15 | 1 | -28/+13 |
| | |||||
* | style(g4f/gui/server/api.py): update inline comments for URL processing | kqlio67 | 2024-10-11 | 1 | -1/+1 |
| | |||||
* | Merge pull request #2252 from elitexp/fix/asyncDDG-2236 | Tekky | 2024-09-29 | 1 | -1/+1 |
|\ | | | | | Duck Duck Go Async Text Search Bug Fix | ||||
| * | Duck Duck Go Async Text Search Bug Fix | Sujip Maharjan | 2024-09-28 | 1 | -1/+1 |
| | | |||||
* | | Resolved merge conflicts | kqlio67 | 2024-09-24 | 1 | -2/+1 |
|/ | |||||
* | Updated g4f/gui/server/api.py | kqlio67 | 2024-09-04 | 1 | -1/+1 |
| | |||||
* | feat(image-processing): add support for data URI image handlin | kqlio67 | 2024-09-04 | 1 | -13/+28 |
| | |||||
* | Updates, improvements, corrections of models.py and index.html errors | kqlio67 | 2024-07-29 | 1 | -2/+2 |
| | |||||
* | Improve async client readme, Fix print styling, Add image api example | Heiner Lohaus | 2024-05-20 | 1 | -0/+3 |
| | |||||
* | Add some options to messages in gui, saves generated images local | Heiner Lohaus | 2024-05-20 | 5 | -27/+97 |
| | |||||
* | Create windows release, improve styling | Heiner Lohaus | 2024-05-19 | 1 | -15/+20 |
| | |||||
* | Add dark mode config, slide system prompt | Heiner Lohaus | 2024-05-19 | 3 | -118/+50 |
| | |||||
* | Fix js error in gui, Revert to_image in gui | Heiner Lohaus | 2024-05-19 | 2 | -3/+3 |
| | |||||
* | Fix upload image | Heiner Lohaus | 2024-05-18 | 1 | -2/+2 |
| | |||||
* | Add get/set cookies dir, hide prompt option in gui | Heiner Lohaus | 2024-05-18 | 3 | -18/+43 |
| | |||||
* | Update chatgpt url, uvloop support | Heiner Lohaus | 2024-05-15 | 4 | -20/+42 |
| | |||||
* | Fix issue with You.com and nodriver | Heiner Lohaus | 2024-04-23 | 2 | -2/+5 |
| | | | | Show global model list when unselect provider | ||||
* | Add conversation title change in gui | Heiner Lohaus | 2024-04-23 | 2 | -13/+59 |
| | | | | Fix bug with multiple requests a .har in OpenaiChat | ||||
* | Add nodriver to docker | Heiner Lohaus | 2024-04-23 | 1 | -0/+1 |
| | |||||
* | Add gemini-1.5-pro-latest model | Heiner Lohaus | 2024-04-22 | 2 | -13/+25 |
| | |||||
* | Add vision models to readme | Heiner Lohaus | 2024-04-22 | 1 | -5/+9 |
| | |||||
* | Add Replicate Provider | Heiner Lohaus | 2024-04-21 | 3 | -3/+7 |
| | | | | | | Fix Bug in OpenaiChat and MetaAI Add read cookie and .har files Use factory for api app | ||||
* | Add image model list | Heiner Lohaus | 2024-04-21 | 2 | -4/+28 |
| | |||||
* | Fix Bing Provider, Add Account Support for Meta AI | Heiner Lohaus | 2024-04-21 | 2 | -2/+9 |
| | | | | Use default headers in OpenaiChat | ||||
* | Add MetaAI Provider and some small improvments | Heiner Lohaus | 2024-04-20 | 3 | -4/+5 |
| | |||||
* | A few small fixes in GUI and Providers (#1861) | kqlio67 | 2024-04-19 | 1 | -1/+1 |
| | |||||
* | Added Meta llama-3 support! (#1856) | PD | 2024-04-19 | 2 | -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 | ||||
* | Add Ecosia Provider, Add OpenaiAccount alias | Heiner Lohaus | 2024-04-18 | 1 | -4/+4 |
| | | | | | Use AsyncClient in API, add web_search parameter in API Improve error messages in Openai | ||||
* | Add missing styling on phone | Heiner Lohaus | 2024-04-17 | 2 | -14/+11 |
| | |||||
* | Fix style.css | Heiner Lohaus | 2024-04-17 | 1 | -1/+1 |
| | |||||
* | Fix DuckDuckGo Provider issues | Heiner Lohaus | 2024-04-17 | 3 | -4/+21 |
| | | | | | Fix PerplexityLabs, FlowGpt Provider Update Bing, Gemini Provider | ||||
* | Fix SpeechRecognition on Phone | Heiner Lohaus | 2024-04-13 | 1 | -2/+2 |
| | |||||
* | Fix SpeechRecognition on Phone | Heiner Lohaus | 2024-04-13 | 1 | -8/+9 |
| | |||||
* | Fix SpeechRecognition on Phone | Heiner Lohaus | 2024-04-13 | 1 | -16/+2 |
| | |||||
* | Fix SpeechRecognition on Phone | Heiner Lohaus | 2024-04-13 | 1 | -1/+1 |
| | |||||
* | Fix SpeechRecognition on Phone | Heiner Lohaus | 2024-04-13 | 1 | -3/+2 |
| | |||||
* | Fix SpeechRecognition on Phone | Heiner Lohaus | 2024-04-13 | 1 | -1/+1 |
| | |||||
* | Fix SpeechRecognition on Phone | Heiner Lohaus | 2024-04-13 | 1 | -4/+12 |
| | |||||
* | Add labels to provider list | Heiner Lohaus | 2024-04-12 | 2 | -3/+13 |
| | |||||
* | Add unittests for async client (#1830)0.2.9.5 | H Lohaus | 2024-04-12 | 1 | -7/+4 |
| | | | | | | | * Add unittests for async client * Add pollyfill for anext * Update integration tests | ||||
* | Update chat.v1.js | H Lohaus | 2024-04-11 | 1 | -1/+1 |
| | |||||
* | Update chat.v1.js | H Lohaus | 2024-04-11 | 1 | -1/+2 |
| | |||||
* | Update chat.v1.js | H Lohaus | 2024-04-11 | 1 | -5/+7 |
| | |||||
* | Fix DeepInfra Provider, Fix Speech Recognition on Phone | Heiner Lohaus | 2024-04-11 | 1 | -3/+3 |
| | |||||
* | Add ReplicateImage Provider, Fix BingCreateImages Provider | Heiner Lohaus | 2024-04-11 | 3 | -56/+59 |
| | |||||
* | Increase conversation title lenght | Heiner Lohaus | 2024-04-10 | 2 | -24/+45 |
| | |||||
* | Some small fixes | Heiner Lohaus | 2024-04-10 | 2 | -69/+106 |
| | |||||
* | Add OpenRouter and DeepInfraImage Provider (#1814)0.2.9.2 | H Lohaus | 2024-04-10 | 4 | -19/+35 |
| | |||||
* | Improve styling mobile | Heiner Lohaus | 2024-04-09 | 2 | -4/+13 |
| | |||||
* | Add project files | Heiner Lohaus | 2024-04-09 | 2 | -6/+8 |
| | |||||
* | Add text to speech module | Heiner Lohaus | 2024-04-09 | 6 | -15/+113 |
| | |||||
* | Add DuckDuckGo Provider, Add SpeechRecognition to gui | Heiner Lohaus | 2024-04-08 | 3 | -37/+162 |
| | |||||
* | Add WhiteRabbitNeo Provider, Many tiny improvments in the gui | Heiner Lohaus | 2024-04-08 | 6 | -94/+192 |
| | |||||
* | Add nodriver to OpenaiChat | Heiner Lohaus | 2024-04-07 | 1 | -1/+1 |
| | |||||
* | Add local models to gui, Fix You Provider, add AsyncClient | Heiner Lohaus | 2024-04-07 | 5 | -25/+67 |
| | |||||
* | Update style.css | H Lohaus | 2024-04-06 | 1 | -5/+13 |
| | |||||
* | Update index.html | H Lohaus | 2024-04-06 | 1 | -1/+1 |
| | |||||
* | Update index.html | H Lohaus | 2024-04-06 | 1 | -0/+13 |
| | |||||
* | Update style.css | H Lohaus | 2024-04-06 | 1 | -3/+19 |
| | |||||
* | Update index.html | H Lohaus | 2024-04-06 | 1 | -33/+0 |
| | |||||
* | Update api.py | H Lohaus | 2024-04-06 | 1 | -5/+2 |
| | |||||
* | Update api.py | H Lohaus | 2024-04-06 | 1 | -1/+0 |
| | |||||
* | Update api.py | H Lohaus | 2024-04-06 | 1 | -98/+0 |
| | |||||
* | Update webview.py | H Lohaus | 2024-04-06 | 1 | -1/+1 |
| | |||||
* | Update server | H Lohaus | 2024-04-06 | 1 | -0/+95 |
| | |||||
* | Update webview.py | H Lohaus | 2024-04-06 | 1 | -1/+1 |
| | |||||
* | Update webview.py | H Lohaus | 2024-04-06 | 1 | -0/+2 |
| | |||||
* | Update webview.py | H Lohaus | 2024-04-06 | 1 | -1/+1 |
| | |||||
* | Update run.py | H Lohaus | 2024-04-06 | 1 | -8/+1 |
| | |||||
* | Update gui | H Lohaus | 2024-04-06 | 1 | -0/+8 |
| | |||||
* | Update __init__.py | H Lohaus | 2024-04-06 | 1 | -8/+12 |
| | |||||
* | Update __init__.py | H Lohaus | 2024-04-06 | 1 | -1/+0 |
| | |||||
* | Update server | H Lohaus | 2024-04-06 | 1 | -0/+1 |
| | |||||
* | Update api.py | H Lohaus | 2024-04-06 | 1 | -1/+1 |
| | |||||
* | Add Installation Guide for Windows | Heiner Lohaus | 2024-04-06 | 3 | -49/+6 |
| | | | | Improve Contributors list in Readme | ||||
* | Aktualisieren von api.py | H Lohaus | 2024-04-05 | 1 | -1/+1 |
| | |||||
* | Fix history support for OpenaiChat | Heiner Lohaus | 2024-03-28 | 2 | -7/+10 |
| | |||||
* | No arkose token and .har files | Heiner Lohaus | 2024-03-26 | 1 | -4/+4 |
| | |||||
* | Add .har file support for OpenaiChat | Heiner Lohaus | 2024-03-25 | 4 | -4/+19 |
| | | | | | | Update model list of HuggingChat Update styles of scrollbar in gui Fix image upload in gui | ||||
* | Add webview docs and examples, Set webview as default | Heiner Lohaus | 2024-03-22 | 3 | -13/+14 |
| | |||||
* | Fix requirements in gui api | Heiner Lohaus | 2024-03-19 | 1 | -6/+6 |
| | |||||
* | Fix requirements in gui api | Heiner Lohaus | 2024-03-19 | 1 | -4/+1 |
| | |||||
* | Fix missing websocket_request_id in OpenaiChat | Heiner Lohaus | 2024-03-19 | 6 | -39/+219 |
| | | | | | | Add RateLimitErrors to Bing Add android support to gui api Add annotations import to gui api | ||||
* | Fix abort in webview | Heiner Lohaus | 2024-03-17 | 4 | -22/+34 |
| | |||||
* | Fix GigaChat exceptions, Raise missing browser error | Heiner Lohaus | 2024-03-16 | 2 | -9/+7 |
| | |||||
* | Add conversation support for Bing | Heiner Lohaus | 2024-03-16 | 3 | -9/+24 |
| | |||||
* | Add copilot conversation mode | Heiner Lohaus | 2024-03-16 | 1 | -8/+11 |
| | |||||
* | Serverless webview gui | Heiner Lohaus | 2024-03-16 | 19 | -404/+436 |
| | |||||
* | Move raise_for_status, Create FormData wrapper | Heiner Lohaus | 2024-03-15 | 2 | -6/+66 |
| | |||||
* | Add Pyinstaller support, Use curl_cffi in You provider | Heiner Lohaus | 2024-03-15 | 3 | -4/+16 |
| | |||||
* | Add export / import conversations | Heiner Lohaus | 2024-03-14 | 3 | -12/+57 |
| | |||||
* | Filter not working provider from RetryProvider | Heiner Lohaus | 2024-03-14 | 1 | -1/+1 |
| | |||||
* | Add webview support to OpenaiChat | Heiner Lohaus | 2024-03-14 | 2 | -9/+5 |
| | |||||
* | Add model preselection in gui | Heiner Lohaus | 2024-03-13 | 4 | -33/+100 |
| | |||||
* | Remove generate images button | Heiner Lohaus | 2024-03-13 | 2 | -2/+9 |
| | |||||
* | Fix Bing create images, Add gui in webview init | Heiner Lohaus | 2024-03-13 | 2 | -16/+55 |
| | |||||
* | Add count chars to gui, Add retry support to fix rate limit in Bing | Heiner Lohaus | 2024-03-12 | 1 | -1/+5 |
| | |||||
* | Remove all not working provider (#1679) | H Lohaus | 2024-03-12 | 1 | -0/+1 |
| | | | | Fix many providers Add selenium-wire to requierments | ||||
* | ~ gui system prompt spacingxtekky-patch-1 | Tekky | 2024-03-09 | 1 | -2/+2 |
| | | | The spacing was misaligned, a little increase in the with fixes it | ||||
* | Add word count from iG8R | Heiner Lohaus | 2024-03-09 | 3 | -117/+120 |
| | | | | | | Improve Bing provider Some gui improvments Improve error handling in gui | ||||
* | Add system message input to gui | Heiner Lohaus | 2024-03-09 | 3 | -60/+89 |
| | | | | Improve OpenaiChat provider | ||||
* | Enable Liaobots, disable Phind provider | Heiner Lohaus | 2024-03-08 | 1 | -1/+0 |
| | |||||
* | Fiy unittests with duckduckgo-search 5.0 | Heiner Lohaus | 2024-03-06 | 1 | -1/+1 |
| | |||||
* | Use word word count from alfaaz | Heiner Lohaus | 2024-03-06 | 1 | -8/+1 |
| | |||||
* | Use word word count from alfaaz | Heiner Lohaus | 2024-03-06 | 1 | -2/+6 |
| | | | | Fix delete config on clear conversations | ||||
* | Improve gui handling, Improve count tokens | Heiner Lohaus | 2024-03-03 | 1 | -22/+28 |
| | |||||
* | Fix history on error, fix count words for chinese | Heiner Lohaus | 2024-03-02 | 1 | -4/+7 |
| | |||||
* | Ignore empty auth header in api | Heiner Lohaus | 2024-02-29 | 3 | -48/+103 |
| | | | | Add live token count in gui | ||||
* | Fix filter messages in gui | Heiner Lohaus | 2024-02-26 | 1 | -5/+8 |
| | |||||
* | Improve filter_messages in gui | Heiner Lohaus | 2024-02-26 | 2 | -5/+15 |
| | | | | Add rdns suport for proxies | ||||
* | Improve mobile css styles | Heiner Lohaus | 2024-02-25 | 1 | -2/+10 |
| | |||||
* | gui: remove cursor on errors | Heiner Lohaus | 2024-02-25 | 1 | -17/+20 |
| | | | | Add auth header to GeminiPro provider | ||||
* | Improve show result in gui | Heiner Lohaus | 2024-02-25 | 1 | -6/+10 |
| | |||||
* | Add count word and tokens in gui | Heiner Lohaus | 2024-02-24 | 3 | -23/+89 |
| | |||||
* | Add FlowGpt provider, Fix issue with None values in api | Heiner Lohaus | 2024-02-24 | 1 | -1/+1 |
| | |||||
* | Add remove messages from history | Heiner Lohaus | 2024-02-24 | 2 | -23/+95 |
| | | | | Improve hidding regenerated messages | ||||
* | Update client docs, Enable some tests | Heiner Lohaus | 2024-02-22 | 1 | -2/+2 |
| | |||||
* | Move some modules, create providers dir | Heiner Lohaus | 2024-02-22 | 2 | -10/+10 |
| | | | | | | Set min version for duckduckgo Make duckduckgo search async Remove get_lastet_version | ||||
* | Add MathJax to GUI #1563, Add model name to GUI #1600 | Heiner Lohaus | 2024-02-19 | 2 | -17/+36 |
| | |||||
* | Add new Client API with Docs | Heiner Lohaus | 2024-02-12 | 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. | ||||
* | Add disable history button in GUI | Heiner Lohaus | 2024-02-11 | 2 | -4/+14 |
| | |||||
* | Add upload image in You provider | Heiner Lohaus | 2024-02-11 | 2 | -1/+3 |
| | |||||
* | Fix convert image to jpg in Bing | Heiner Lohaus | 2024-02-11 | 1 | -2/+1 |
| | | | | Fix display upload image in GUI | ||||
* | Add GPT 4 support in You, Add camera input, Enable logging on debug in GUI, Don't load expired cookies | Heiner Lohaus | 2024-02-11 | 5 | -26/+70 |
| | |||||
* | Resolve images in Gemini Provider | Heiner Lohaus | 2024-02-09 | 1 | -1/+1 |
| | |||||
* | Add Gemini Provider with image upload and generation | Heiner Lohaus | 2024-02-08 | 1 | -1/+1 |
| | |||||
* | Add aiohttp_socks to requirements | Heiner Lohaus | 2024-01-29 | 1 | -0/+16 |
| | | | | | Fix preview for uploaded and generated images in gui Improve typing, readme | ||||
* | Fix: ChromeDriver only supports characters in the BMP | Heiner Lohaus | 2024-01-26 | 3 | -10/+14 |
| | | | | Add set_cookies helper, Show last used model | ||||
* | New minimum requirements (#1515)0.2.0.6 | H Lohaus | 2024-01-26 | 3 | -11/+19 |
| | | | | | | | * New minimum requirements * Add ConversationStyleOptionSets to Bing * Add image.ImageRequest * Improve python version support * Improve unittests | ||||
* | Fix background in select box | Heiner Lohaus | 2024-01-23 | 1 | -1/+1 |
| | |||||
* | Add upload svg image support | Heiner Lohaus | 2024-01-23 | 3 | -4/+10 |
| | | | | Fix upload image in Bing Provider | ||||
* | Improve tests | Heiner Lohaus | 2024-01-21 | 1 | -2/+1 |
| | |||||
* | Fix unittests (#1472) | H Lohaus | 2024-01-14 | 1 | -1/+6 |
| | | | | | | | | | * Fix unittests * Fix missing distutils, install setuptools * Fix version not found * Remove deprecation in get_event_loop | ||||
* | Change doctypes style to Google | Heiner Lohaus | 2024-01-14 | 2 | -65/+152 |
| | | | | | | Fix typo in latest_version Fix Phind Provider Add unittest worklow and main tests | ||||
* | Refactor code with AI | Heiner Lohaus | 2024-01-14 | 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 | ||||
* | Fix process_image in Bing | Heiner Lohaus | 2024-01-13 | 2 | -2/+3 |
| | | | | | Add ImageResponse to Bing Fix cursor styling in gui | ||||
* | Fix merge issues | Heiner Lohaus | 2024-01-13 | 1 | -1/+2 |
| | |||||
* | Support upload image in gui | Heiner Lohaus | 2024-01-13 | 4 | -144/+137 |
| | | | | | | | Add image upload to OpenaiChat Add image response to OpenaiChat Improve ChatGPT Plus Support Remove unused requirements | ||||
* | Add publish-to-pypi workflow | Heiner Lohaus | 2024-01-12 | 3 | -9/+9 |
| | | | | | Improve gui frontend Fix web search in bing | ||||
* | Add create images to Bing (#1426) | H Lohaus | 2024-01-10 | 4 | -19/+40 |
| | | | | | Add create images from Bing Add FreeChatgpt Provider Fix Bard Provider | ||||
* | Fix markdown replace | Heiner Lohaus | 2024-01-02 | 1 | -1/+3 |
| | |||||
* | Fix permissions for chromedriver | Heiner Lohaus | 2024-01-01 | 1 | -1/+2 |
| | | | | | Fix NoVNC server access Remove java from build | ||||
* | Add support for all models | Heiner Lohaus | 2024-01-01 | 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 | ||||
* | remove unnecessary semicolon | Yash Varshney | 2023-12-31 | 1 | -1/+1 |
| | |||||
* | fix(g4f): Fix typo in function name | NiNiyas | 2023-12-19 | 1 | -1/+1 |
| | |||||
* | Change default port for gui | Heiner Lohaus | 2023-12-11 | 1 | -1/+1 |
| | | | | | | Change default host for api Disable gui in build Add custom docker user | ||||
* | Add error classes | Heiner Lohaus | 2023-12-11 | 1 | -10/+8 |
| | | | | Move version check to debug | ||||
* | Improve error handling in gui | Heiner Lohaus | 2023-12-10 | 2 | -59/+45 |
| | |||||
* | Add G4F_PROXY environment | Heiner Lohaus | 2023-12-10 | 4 | -119/+108 |
| | | | | Add regenerate button in gui | ||||
* | Update readme. Add docker hub | Heiner Lohaus | 2023-12-07 | 1 | -2/+2 |
| | |||||
* | Add websearch to gui (#1314) | H Lohaus | 2023-12-07 | 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 | ||||
* | Improve docker image | Heiner Lohaus | 2023-12-06 | 2 | -2/+5 |
| | |||||
* | Add selenium to dockerfile | Heiner Lohaus | 2023-12-06 | 3 | -93/+60 |
| | | | | | | Load model and provider list in gui Remove needs_auth in HuggingChat Add default model and login url in gui | ||||
* | Remove height restriction | pakmmc | 2023-11-08 | 1 | -7/+1 |
| | | | Currently has blank black space at the bottom of the screen on 13" devices | ||||
* | Update backend.py, index.html, requirements.txt (#1180) | hdsz25 | 2023-10-28 | 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" | ||||
* | added context | unknown | 2023-10-27 | 3 | -50/+83 |
| | |||||
* | add proxy support | catmeowjiao | 2023-10-26 | 1 | -8/+29 |
| | |||||
* | 'Refactored by Sourcery' (#1125) | ⲘrṨhส∂ow | 2023-10-23 | 4 | -32/+26 |
| | | | Co-authored-by: Sourcery AI <> | ||||
* | ~ | abc | 2023-10-19 | 4 | -39/+95 |
| | | | | fix gui errors on iOS | ||||
* | ~ | g4f `v-0.1.6.8`0.1.6.8 | abc | 2023-10-19 | 2 | -7/+12 |
| | | | | some quick fixes | ||||
* | ~ | abc | 2023-10-19 | 3 | -64/+59 |
| | | | | automatic models fetching in GUI. | ||||
* | ~ | abc | 2023-10-19 | 1 | -0/+7 |
| | |||||
* | fix: remove typo in readme and configs | Ezra Adeyinka | 2023-10-13 | 1 | -1/+1 |
| | |||||
* | Unify g4f tools into one CLI | Arran Hobson Sayers | 2023-10-12 | 2 | -13/+19 |
| | |||||
* | ~ | Merge pull request #1044 from Lin-jun-xiang/main | Tekky | 2023-10-11 | 2 | -0/+5 |
|\ | | | | | Fix: TypeError: unsupported operand type(s) for |:... | ||||
| * | Fix: TypeError: unsupported operand type(s) for |:... | hs_junxiang | 2023-10-11 | 2 | -0/+5 |
| | | |||||
* | | fix typo in backend.py | Ikko Eltociear Ashimine | 2023-10-11 | 1 | -1/+1 |
|/ | | | occured -> occurred | ||||
* | ~ | remove DeepAi | abc | 2023-10-10 | 1 | -1/+0 |
| | |||||
* | ~ | g4f `v-0.1.5.8`0.1.5.8 | abc | 2023-10-10 | 2 | -12/+4 |
| | |||||
* | fix html | Commenter123321 | 2023-10-10 | 1 | -1/+1 |
| | |||||
* | what | Commenter123321 | 2023-10-10 | 1 | -3/+3 |
| | |||||
* | change discord icon to telegram icon on gui | Commenter123321 | 2023-10-10 | 2 | -2/+2 |
| | |||||
* | fix provider thing in gui x2 | Commenter123321 | 2023-10-10 | 3 | -10/+9 |
| | |||||
* | fix provider thing in gui | Commenter123321 | 2023-10-10 | 1 | -1/+1 |
| | |||||
* | make internet searching better | Commenter123321 | 2023-10-10 | 2 | -11/+41 |
| | |||||
* | ~ | g4f `v-0.1.5.7` [Set Provider in GUI] + Provider Proxy | abc | 2023-10-10 | 3 | -143/+164 |
| | |||||
* | ~ | abc | 2023-10-10 | 1 | -1/+15 |
| | | | | Command line arguments for GUI | ||||
* | ~ | abc | 2023-10-10 | 2 | -7/+29 |
| | | | | New system for str to Provider | ||||
* | ~ | g4f `v-0.1.5.6` | abc | 2023-10-08 | 1 | -0/+4 |
| | | | | | | | | | | gui & interference can now be run with: python -m g4f.gui.run and python -m g4f.interference.run | ||||
* | ~ | new g4f GUI | abc | 2023-10-06 | 20 | -0/+1880 |