Skip to content

Instantly share code, notes, and snippets.

@chadbrewbaker
Last active January 4, 2025 21:59
Show Gist options
  • Save chadbrewbaker/5e1ccc1f82e97558d95fdabf40a255d2 to your computer and use it in GitHub Desktop.
Save chadbrewbaker/5e1ccc1f82e97558d95fdabf40a255d2 to your computer and use it in GitHub Desktop.
LLM fixed points with "yes"
yes "Write a better code in Python given a list of 1 million random integers between 1 and 100,000, find the difference between the smallest and the largest numbers whose digits sum up to 30.\n" | head -n 1000 | ollama run llama3.3:70b
@chadbrewbaker
Copy link
Author

I replaced dd with head -n and it seemed to behave better on MacOS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment