Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,12 @@ jobs:
env:
XAI_API_KEY: ${{ secrets.XAI_API_KEY }}

- name: DeepInfra
run: go run ./cmd/deepinfra/main.go
continue-on-error: true
env:
DEEPINFRA_API_KEY: ${{ secrets.DEEPINFRA_API_KEY }}

- name: Create Pull Request
uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1
with:
Expand Down
6 changes: 6 additions & 0 deletions Taskfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ tasks:
- task: gen:venice
- task: gen:vercel
- task: gen:xai
- task: gen:deepinfra

gen:aihubmix:
desc: Generate aihubmix provider configurations
Expand Down Expand Up @@ -119,6 +120,11 @@ tasks:
cmds:
- go run cmd/neuralwatt/main.go

gen:deepinfra:
desc: Generate DeepInfra provider configurations
cmds:
- go run cmd/deepinfra/main.go

gen:opencode-go:
desc: Generate OpenCode Go provider configurations
cmds:
Expand Down
Loading