ChatGPT can’t generate 4 valid 5-letter words with 20 unique letters

Take any 20 letters from the Oxford English Dictionary and make 4 5-letter words from them. You must use 20 unique letters. You cannot use any letter more than once.

No matter what prompt or correction I use it continually churns out repeat letters

  • It's a common mistake to use ChatGPT (GPT 3.5 Turbo Model) and make statements about LLM's in general, even though GPT 4 is way ahead. Here's the result from your prompt from GPT4:

    ---

    Here are 20 unique letters from the Oxford English Dictionary: a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t

    Now, here are 4 five-letter words using those 20 unique letters:

    1. braid (b, r, a, i, d)

    2. chomp (c, h, o, m, p)

    3. fluke (f, l, u, k, e)

    4. quest (q, u, e, s, t)

  • But it can produce the proper python code to do so.