| Commit message (Collapse) | Author | Files | Lines |
|
Fix upload image in Bing Provider
|
|
Fix typo in latest_version
Fix Phind Provider
Add unittest worklow and main tests
|
|
Add doctypes to many functions
Add file upload for text files
Add alternative url to FreeChatgpt
Add webp to allowed image types
|
|
Add ImageResponse to Bing
Fix cursor styling in gui
|
|
Add image upload to OpenaiChat
Add image response to OpenaiChat
Improve ChatGPT Plus Support
Remove unused requirements
|
|
Improve gui frontend
Fix web search in bing
|
|
Add create images from Bing
Add FreeChatgpt Provider
Fix Bard Provider
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|