Moved from a custom selenium UC standalone to selenium hub with a custom UC node
All checks were successful
Test, build and push image to registry / phpunit-tests (push) Successful in 1m54s
Test, build and push image to registry / build-image (push) Successful in 3m0s

This commit is contained in:
2025-12-16 12:47:24 +01:00
parent 062f428fbc
commit 2a7330bd08
12 changed files with 142 additions and 37 deletions

View File

@@ -89,3 +89,7 @@ LLM_CHAT_MODEL="deepseek-r1:8b"
LLM_CHAT_MODEL_THINK=true
LLM_VISION_MODEL="llava:7b"
LLM_VISION_MODEL_THINK=false
# AI TRANSCRIPTION
TRANSC_API_HOST_URL="https://speaches.example.com/v1"
TRANSC_API_TOKEN=""
TRANSC_TRANSCRIPTION_MODEL="Infomaniak-AI/faster-whisper-large-v3-turbo"