From 771be28dfb0c87204becc98ecf0faba558df5a8f Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Fri, 18 Apr 2025 10:19:52 +0200 Subject: [PATCH] ci: use gemma3 for notifications of releases Signed-off-by: Ettore Di Giacinto --- .github/workflows/notify-releases.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/notify-releases.yaml b/.github/workflows/notify-releases.yaml index faaaacdb..72da7626 100644 --- a/.github/workflows/notify-releases.yaml +++ b/.github/workflows/notify-releases.yaml @@ -14,7 +14,7 @@ jobs: steps: - uses: mudler/localai-github-action@v1 with: - model: 'hermes-2-theta-llama-3-8b' # Any from models.localai.io, or from huggingface.com with: "huggingface:///file" + model: 'gemma-3-12b-it' # Any from models.localai.io, or from huggingface.com with: "huggingface:///file" - name: Summarize id: summarize run: | @@ -60,4 +60,4 @@ jobs: DISCORD_AVATAR: "https://avatars.githubusercontent.com/u/139863280?v=4" uses: Ilshidur/action-discord@master with: - args: ${{ steps.summarize.outputs.message }} \ No newline at end of file + args: ${{ steps.summarize.outputs.message }}