2024-01-23
Hardly seemed with a TIL post because it was too easy, but I learned gpt-4 is proficient at building working ffmpeg commands. I wrote the prompt convert m4a to mp3 with ffmpeg
4 entries
Hardly seemed with a TIL post because it was too easy, but I learned gpt-4 is proficient at building working ffmpeg commands. I wrote the prompt convert m4a to mp3 with ffmpeg
Meta released Llama 2 yesterday and the hype has ensued. While it's exciting to see more powerful models become available, a model with weights is not the same as an API. It is still far less accessible.
Logan says any changes to the model would have been communicated. It seems some folks have data that show the model's degradation. As competition emerges in the space, it could be a problem for OpenAI if they lose user trust on model versioning and evolution.
A number of folks are reporting gpt-4 appears to be performing less impressively as of late (additional conversation). I was using gpt-4 to write code earlier today, and anecdotally, can say it seems to be less effective at code generation. It still writes working code but the code, but the tests...