summaryrefslogtreecommitdiffstats
path: root/g4f/gui (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove unnecessary semicolonYash Varshney2023-12-311-1/+1
|
* fix(g4f): Fix typo in function nameNiNiyas2023-12-191-1/+1
|
* Change default port for guiHeiner Lohaus2023-12-111-1/+1
| | | | | | Change default host for api Disable gui in build Add custom docker user
* Add error classesHeiner Lohaus2023-12-111-10/+8
| | | | Move version check to debug
* Improve error handling in guiHeiner Lohaus2023-12-102-59/+45
|
* Add G4F_PROXY environmentHeiner Lohaus2023-12-104-119/+108
| | | | Add regenerate button in gui
* Update readme. Add docker hubHeiner Lohaus2023-12-071-2/+2
|
* Add websearch to gui (#1314)H Lohaus2023-12-075-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 imageHeiner Lohaus2023-12-062-2/+5
|
* Add selenium to dockerfileHeiner Lohaus2023-12-063-93/+60
| | | | | | Load model and provider list in gui Remove needs_auth in HuggingChat Add default model and login url in gui
* Remove height restrictionpakmmc2023-11-081-7/+1
| | | Currently has blank black space at the bottom of the screen on 13" devices
* Update backend.py, index.html, requirements.txt (#1180)hdsz252023-10-282-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 contextunknown2023-10-273-50/+83
|
* 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-194-39/+95
| | | | fix gui errors on iOS
* ~ | g4f `v-0.1.6.8`0.1.6.8abc2023-10-192-7/+12
| | | | some quick fixes
* ~abc2023-10-193-64/+59
| | | | automatic models fetching in GUI.
* ~abc2023-10-191-0/+7
|
* fix: remove typo in readme and configsEzra Adeyinka2023-10-131-1/+1
|
* Unify g4f tools into one CLIArran Hobson Sayers2023-10-122-13/+19
|
* ~ | 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
* ~ | remove DeepAiabc2023-10-101-1/+0
|
* ~ | g4f `v-0.1.5.8`0.1.5.8abc2023-10-102-12/+4
|
* fix htmlCommenter1233212023-10-101-1/+1
|
* whatCommenter1233212023-10-101-3/+3
|
* change discord icon to telegram icon on guiCommenter1233212023-10-102-2/+2
|
* fix provider thing in gui x2Commenter1233212023-10-103-10/+9
|
* fix provider thing in guiCommenter1233212023-10-101-1/+1
|
* make internet searching betterCommenter1233212023-10-102-11/+41
|
* ~ | g4f `v-0.1.5.7` [Set Provider in GUI] + Provider Proxyabc2023-10-103-143/+164
|
* ~abc2023-10-101-1/+15
| | | | Command line arguments for GUI
* ~abc2023-10-102-7/+29
| | | | New system for str to Provider
* ~ | g4f `v-0.1.5.6`abc2023-10-081-0/+4
| | | | | | | | | | gui & interference can now be run with: python -m g4f.gui.run and python -m g4f.interference.run
* ~ | new g4f GUIabc2023-10-0620-0/+1880