Skip to content

Commit 183754c

Browse files
committed
feature #1634 [Platform][ModelsDev] Update models (fabpot)
This PR was squashed before being merged into the main branch. Discussion ---------- [Platform][ModelsDev] Update models | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Docs? | no <!-- required for new features --> | Issues | | License | MIT I've sorted the files in the first commit so that the diff is more interesting. So, have a look at the second commit to better understand what has been changed. Commits ------- 34ffc73 [Platform][ModelsDev] Update models
2 parents e924ac1 + 34ffc73 commit 183754c

File tree

2 files changed

+89603
-76618
lines changed

2 files changed

+89603
-76618
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash
2+
3+
DIR="$(cd "$(dirname "$0")" && pwd)"
4+
curl https://models.dev/api.json | jq -S . > "$DIR/../config/models-dev.json"

0 commit comments

Comments
 (0)