From 75eaf8c853c326d72f05fe0b9083b529a5747c42 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Thu, 16 Oct 2025 18:16:43 +0200 Subject: [PATCH] Increase default LIMIT from 5 to 15 Signed-off-by: Ettore Di Giacinto --- .github/workflows/gallery-agent.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gallery-agent.yaml b/.github/workflows/gallery-agent.yaml index 56f9f1719..9eb2486c7 100644 --- a/.github/workflows/gallery-agent.yaml +++ b/.github/workflows/gallery-agent.yaml @@ -51,7 +51,7 @@ jobs: OPENAI_KEY: ${{ secrets.OPENAI_KEY }} OPENAI_BASE_URL: ${{ secrets.OPENAI_BASE_URL }} SEARCH_TERM: ${{ github.event.inputs.search_term || 'GGUF' }} - LIMIT: ${{ github.event.inputs.limit || '5' }} + LIMIT: ${{ github.event.inputs.limit || '15' }} QUANTIZATION: ${{ github.event.inputs.quantization || 'Q4_K_M' }} MAX_MODELS: ${{ github.event.inputs.max_models || '1' }} run: |