Skip to content

Commit 446b686

Browse files
authored
Update model version in gallery-agent workflow
Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
1 parent b287944 commit 446b686

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gallery-agent.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@ jobs:
4949
PATH="$PATH:$HOME/go/bin" make protogen-go
5050
- uses: mudler/localai-github-action@v1.1
5151
with:
52-
model: 'qwen3-1.7b'
52+
model: 'qwen3-4b'
5353

5454
- name: Run gallery agent
5555
env:
5656
#OPENAI_MODEL: ${{ secrets.OPENAI_MODEL }}
57-
OPENAI_MODE: qwen3-1.7b
57+
OPENAI_MODE: qwen3-4b
5858
OPENAI_BASE_URL: "http://localhost:8080"
5959
OPENAI_KEY: ${{ secrets.OPENAI_KEY }}
6060
#OPENAI_BASE_URL: ${{ secrets.OPENAI_BASE_URL }}

0 commit comments

Comments
 (0)