|
|
|
|
|
by cratermoon
500 days ago
|
|
cat spelling.txt | llm sort -q "how many times does the letter 'r' appear in the word 'strawberry'?"
cat geology.txt | llm sort -q "which kind of rock is the best to eat, according to Berkeley geologists?"
cat law-library.txt | llm sort -q "what legal precedents are best for my lawsuit vs Colombian airline Avianca?"
cat adhesives.txt | llm sort -q "what glue is best for holding the cheese on my pizza?"
|
|
I know that’s always the complaint with LLMs. But at least with the paid ChatGPT (the product, not the API), it has access to a Python runtime and web search built in so it could at least attempt to get the some of the answers right.