Commit Graph

29 Commits

Author SHA1 Message Date
H Lohaus
f8978c1437 Update Dockerfile 2025-11-14 18:24:28 +01:00
hlohaus
fb26557dbb Fix model retrieval process in AnyModelProviderMixin
- Added error handling around model retrieval to prevent crashes when a provider fails.
- Ensured that exceptions during model fetching are logged for debugging purposes.
- Cleaned up the indentation and structure of the model retrieval logic for better readability.
2025-11-14 17:24:28 +01:00
hlohaus
2955729584 Fix docker build, fix temporary chat 2025-11-10 19:56:51 +01:00
H Lohaus
bed8b7c083 Update Dockerfile 2025-11-10 16:14:50 +01:00
hlohaus
30465d36dc Revert Dockerfile 2025-08-23 01:52:44 +02:00
hlohaus
612e1faec5 Fix build deb 2025-08-22 11:23:55 +02:00
hlohaus
8892b00ac1 Add Kimi provider, add vision support to LMArenaBeta 2025-07-25 16:43:06 +02:00
hlohaus
e9179b87c2 feat: add ffmpeg and flac installation to Dockerfiles
- Updated `Dockerfile` to install `ffmpeg` and `flac` along with existing packages.
- Updated `Dockerfile-slim` to install `ffmpeg` and `flac` along with existing packages.
- Modified `any_provider.py` to change how providers are handled when a model is specified, allowing for a submodel to be extracted and checked against the provider's attributes.
- Adjusted `retry_provider.py` to ensure the alias for the model is correctly set based on the provider's model aliases, improving clarity in debug logging.
2025-06-13 10:37:12 +02:00
hlohaus
c0e323b543 Fix build docker image 2025-05-17 17:35:35 +02:00
hlohaus
036d41b9f4 Update base image of main docker image 2025-01-25 09:10:18 +01:00
hlohaus
aa9b2995c1 Fix docker build 2025-01-24 14:36:55 +01:00
Heiner Lohaus
2064bb7355 Add CohereForAI provider,
Updates for You.com provider
Add default system prompt in UI
Expose novnc port in docker
2025-01-12 03:07:42 +01:00
Heiner Lohaus
13b6fdef98 Add files requirements 2025-01-05 20:20:25 +01:00
Heiner Lohaus
ea1448001d Add nodriver to Gemini provider,
Add slim docker image with google-chrome usage,
Add the new docker images to publish worklow,
Update requirements.txt and pip requirements
2024-11-17 11:06:37 +01:00
Heiner Lohaus
cb695f58e8 Add nodriver to docker 2024-04-23 05:44:49 +02:00
Keycatowo
a795e482ad Refactor: Optimize Dockerfile structure
Combined some multiple RUN commands to reduce Docker container layers.

Moved the rm cache cleaning command after the apt-get installation command for smaller laysr size.
2024-04-22 17:31:47 +08:00
H Lohaus
84475b4159 Update Dockerfile 2024-04-10 01:10:22 +02:00
Heiner Lohaus
fd92918b77 Fix load .har files, add hardir to docker, add docs 2024-03-26 21:45:53 +01:00
exfly
4654d7f284 feat: arm64 2024-03-16 16:49:20 +08:00
Heiner Lohaus
a28bab9387 Add aiohttp_socks to requirements
Fix preview for uploaded and generated images in gui
Improve typing, readme
2024-01-29 18:14:46 +01:00
Tekky
5f54379ee1 ~ 2024-01-23 12:42:01 +00:00
Heiner Lohaus
e0aaad8f47 Fix permissions for chromedriver
Fix NoVNC server access
Remove java from build
2024-01-01 23:20:48 +01:00
Heiner Lohaus
ff8c94ac55 Fix docker build 2023-12-24 19:28:22 +01:00
Heiner Lohaus
854dc6c90f Fix remove NoowAi, Fix download dir in docker 2023-12-16 20:17:02 +01:00
Heiner Lohaus
b2d02ed624 Change default port for gui
Change default host for api
Disable gui in build
Add custom docker user
2023-12-11 02:50:33 +01:00
H Lohaus
484b96d850 Add websearch to gui (#1314)
* 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
2023-12-07 07:18:05 +01:00
H Lohaus
cd04e752af Fix publish docker image (#1310) 2023-12-06 12:20:19 +01:00
Heiner Lohaus
c667f1cec5 Improve docker image 2023-12-06 11:54:50 +01:00
Heiner Lohaus
3576dee75a Add selenium to dockerfile
Load model and provider list in gui
Remove needs_auth in HuggingChat
Add default model and login url in gui
2023-12-06 09:35:36 +01:00