Skip to content

Commit 99d4635

Browse files
author
pb
committed
feat: Use latest major relase of hawki file converter by default
1 parent 6bc8023 commit 99d4635

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

_changelog/next.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
### What's New
44

55
- Updated the GWDG-hosted open-weight model catalog to match the current upstream lineup. **Added:** DeepSeek V4 Flash and Mistral Medium 3.5 128B. **Removed** (no longer served by GWDG): DeepSeek R1 Distill Llama 70B, InternVL 3.5 30B A3B, MedGemma 27B Instruct, Mistral Large 3 675B Instruct 2512, Qwen 3 Coder 30B A3B Instruct, and Teuken 7B Instruct Research. Administrators who pinned any of the removed models via `DEFAULT_MODEL`, `DEFAULT_FILEUPLOAD_MODEL`, or `MODELS_GWDG_*` env vars should update their configuration to use a current model ID.
6+
- Use the latest major release of the hawki file converter. The exact version is still available in the hawki file converters root response.
67

78
### Quality of Life
89

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ services:
113113
# or other file types. By using a dedicated container for this service, we can isolate its dependencies and resource usage from the main application,
114114
# ensuring better performance and scalability.
115115
file-converter:
116-
image: digitalenvironments/hawki-toolkit-file-converter:3.0.1
116+
image: digitalenvironments/hawki-toolkit-file-converter:3
117117
container_name: ${PROJECT_NAME}-file-converter
118118
restart: no
119119
environment:

0 commit comments

Comments
 (0)