You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 11, 2026. It is now read-only.
This project seems to be based around the idea that the GPT-4 model will get constant updates.
GPT-4 was trained over several months against a fixed pool of training data with a September 2021 cut-off date. It's not being re-trained on a regular basis.
GPT-4 output is also random, so any differences in unicorn pictures are far more likely to result from that randomness than changes to the underlying model.
Something that might make more sense: run this project once a month, and have it generate 16 unicorn images. You can then compare that 4x4 grid over time.
Bonus: you could use the API to render a 4x4 grid using GPT3 and GPT3.5 first.
You could even watch the https://api.openai.com/v1/models API and render unicorns for every model there - then keep an eye out for new models listed there.
This project seems to be based around the idea that the GPT-4 model will get constant updates.
GPT-4 was trained over several months against a fixed pool of training data with a September 2021 cut-off date. It's not being re-trained on a regular basis.
GPT-4 output is also random, so any differences in unicorn pictures are far more likely to result from that randomness than changes to the underlying model.
Something that might make more sense: run this project once a month, and have it generate 16 unicorn images. You can then compare that 4x4 grid over time.
Bonus: you could use the API to render a 4x4 grid using GPT3 and GPT3.5 first.
You could even watch the https://api.openai.com/v1/models API and render unicorns for every model there - then keep an eye out for new models listed there.
Here's the current output of that endpoint: https://gist.github.com/simonw/07148ee63e127959507c231401b144b0