We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0309615 commit 75eaf8cCopy full SHA for 75eaf8c
.github/workflows/gallery-agent.yaml
@@ -51,7 +51,7 @@ jobs:
51
OPENAI_KEY: ${{ secrets.OPENAI_KEY }}
52
OPENAI_BASE_URL: ${{ secrets.OPENAI_BASE_URL }}
53
SEARCH_TERM: ${{ github.event.inputs.search_term || 'GGUF' }}
54
- LIMIT: ${{ github.event.inputs.limit || '5' }}
+ LIMIT: ${{ github.event.inputs.limit || '15' }}
55
QUANTIZATION: ${{ github.event.inputs.quantization || 'Q4_K_M' }}
56
MAX_MODELS: ${{ github.event.inputs.max_models || '1' }}
57
run: |
0 commit comments