Added env variables for new text
All checks were successful
Test, build and push image to registry / phpunit-tests (push) Successful in 2m57s
Test, build and push image to registry / build-image (push) Successful in 5m38s

This commit is contained in:
2025-12-19 14:33:52 +01:00
parent a63e64738a
commit 48fdc2f6f0

View File

@@ -8,6 +8,12 @@ jobs:
runs-on: ubuntu-latest
env:
RUNNER_TOOL_CACHE: /toolcache
LLM_API_HOST_URL: "https://chat.matthiasg.dev/ollama"
LLM_API_TOKEN: "${{ secrets.LLM_API_TOKEN }}"
LLM_CHAT_MODEL: "deepseek-r1:8b"
LLM_CHAT_MODEL_THINK: true
LLM_VISION_MODEL: "llava:7b-v1.6-mistral-q4_1"
LLM_VISION_MODEL_THINK: false
steps:
- name: Check out repository code
uses: actions/checkout@v4