summaryrefslogtreecommitdiffstats
path: root/g4f/gui/server/backend.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update client docs, Enable some testsHeiner Lohaus2024-02-221-2/+2
|
* Move some modules, create providers dirHeiner Lohaus2024-02-221-1/+1
| | | | | | 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
* 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-101-12/+14
| | | | | 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
* 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-071-7/+17
| | | | | | | | * 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-061-19/+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-231-14/+11
| | | 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 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-101-3/+3
|
* fix provider thing in guiCommenter1233212023-10-101-1/+1
|
* ~abc2023-10-101-7/+12
| | | | New system for str to Provider
* ~ | new g4f GUIabc2023-10-061-0/+52