Using GitHub Actions + cron to update models data #335
gjtorikian
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
Legitimate! I actually removed the overcommit step in 3a904fd. I'll just remember to run it manually myself. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Ok! Happy to open a PR to automate the work if you think that’d be valuable. I did just realize it would require you adding the tokens as secrets for each provider, so perhaps it’s more of a hassle than necessary. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Heya. I wanted to contribute to the project by adding support for the recently announced GPT-5.
I ran
rake models:update
, but it deleted every model except the OpenAI ones, because I don't have any of the other providers' keys as environment variables. Even after submitting just the GPT-5 changes, I ranrake models:docs
, and that introduced a bunch of seemingly unrelated changes.Would it be possible to set up a GitHub Actions cron job, to run once a day, to run these rake tasks and generate the artifacts?
Beta Was this translation helpful? Give feedback.
All reactions