| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
Add regenerate button in gui
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
|
|
|
|
| |
Load model and provider list in gui
Remove needs_auth in HuggingChat
Add default model and login url in gui
|
|
|
| |
Currently has blank black space at the bottom of the screen on 13" devices
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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"
|
| |
|
|
|
|
| |
fix gui errors on iOS
|
|
|
|
| |
some quick fixes
|
|
|
|
| |
automatic models fetching in GUI.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|