From ca322860222436f2c92b9e3385e36a6cd69ddeaa Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Tue, 30 Dec 2025 22:27:48 +0000 Subject: [PATCH] fix(gallery agent): change model Signed-off-by: Ettore Di Giacinto --- .github/workflows/gallery-agent.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gallery-agent.yaml b/.github/workflows/gallery-agent.yaml index 91a1959bb..1d450045d 100644 --- a/.github/workflows/gallery-agent.yaml +++ b/.github/workflows/gallery-agent.yaml @@ -49,12 +49,12 @@ jobs: PATH="$PATH:$HOME/go/bin" make protogen-go - uses: mudler/localai-github-action@v1.1 with: - model: 'https://huggingface.co/bartowski/Qwen_Qwen3-4B-Instruct-2507-GGUF' + model: 'https://huggingface.co/bartowski/LiquidAI_LFM2-2.6B-Exp-GGUF' - name: Run gallery agent env: #OPENAI_MODEL: ${{ secrets.OPENAI_MODEL }} - OPENAI_MODE: Qwen_Qwen3-4B-Instruct-2507-GGUF + OPENAI_MODE: LiquidAI_LFM2-2.6B-Exp-GGUF OPENAI_BASE_URL: "http://localhost:8080" OPENAI_KEY: ${{ secrets.OPENAI_KEY }} #OPENAI_BASE_URL: ${{ secrets.OPENAI_BASE_URL }}