miniblog.
← Back to all posts
Wilfred Hughes
Aug 25, 2024 at 03:44
LLMs are a really accessible machine learning technique. I dabbled with text classifiers a few years ago and the APIs were way more involved. (system_prompt: String, input: String) -> String I can prototype with this much more easily!