Remove unused models.json (#18585)

- Remove the stale core models catalog.
- Update the release workflow to refresh the active models-manager
catalog.
This commit is contained in:
Ahmed Ibrahim
2026-04-19 11:58:55 -07:00
committed by GitHub
parent d556e68ff0
commit ed1c5013ab
2 changed files with 1 additions and 407 deletions

View File

@@ -40,7 +40,7 @@ jobs:
)
url="${base_url%/}/models?client_version=${client_version}"
curl --http1.1 --fail --show-error --location "${headers[@]}" "${url}" | jq '.' > codex-rs/core/models.json
curl --http1.1 --fail --show-error --location "${headers[@]}" "${url}" | jq '.' > codex-rs/models-manager/models.json
- name: Open pull request (if changed)
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8