Making LLMs Do More of What You Want
http://langnostic.inaimathi.ca/posts/making-llms-do-more-of-what-you-want
Once we can make LLMs do what we want, we might want to formalize this and scale it up. We’ve got generate :: SystemPrompt -> Prompt -> Response generateChecked :: (String -> Maybe a) -> SystemPrompt -> Prompt -> ?Int -> Maybe a as a baseline. And,…
You must log in or register to comment.