ci: update huggingface automatically

Andrey Nering created

Change summary

.github/workflows/update.yml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

Detailed changes

.github/workflows/update.yml 🔗

@@ -19,12 +19,11 @@ jobs:
           go-version-file: go.mod
       - name: Generate provider configurations
         run: |
+          go run ./cmd/huggingface/main.go
           go run ./cmd/ionet/main.go
           go run ./cmd/openrouter/main.go
           go run ./cmd/synthetic/main.go
           go run ./cmd/vercel/main.go
-          # we need to add this back when we know that the providers/models all work
-          # go run ./cmd/huggingface/main.go
       - uses: stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9 # v5
         with:
           commit_message: "chore: auto-update generated files"