Skip to content

Commit 75eaf8c

Browse files
authored
Increase default LIMIT from 5 to 15
Signed-off-by: Ettore Di Giacinto <[email protected]>
1 parent 0309615 commit 75eaf8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gallery-agent.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
OPENAI_KEY: ${{ secrets.OPENAI_KEY }}
5252
OPENAI_BASE_URL: ${{ secrets.OPENAI_BASE_URL }}
5353
SEARCH_TERM: ${{ github.event.inputs.search_term || 'GGUF' }}
54-
LIMIT: ${{ github.event.inputs.limit || '5' }}
54+
LIMIT: ${{ github.event.inputs.limit || '15' }}
5555
QUANTIZATION: ${{ github.event.inputs.quantization || 'Q4_K_M' }}
5656
MAX_MODELS: ${{ github.event.inputs.max_models || '1' }}
5757
run: |

0 commit comments

Comments
 (0)