Viewing 5 posts - 1 through 5 (of 5 total)
You should mention that this service is not free. DALL-E now requires purchasing "credits" in order to use it, and there is a minimum US$15.00 charge to buy any credits.
May 22, 2023 at 12:31 pm
You might wish to hand-check your list of English words to remove names, trademarks, proper nouns, and adult-themed words. There are over 100 of those.
January 19, 2022 at 12:10 pm
Here's a little change to format the output a little closer to how the puzzles are usually presented, too:
--ThatsAllForNowFolks
;WITH [xPuzzle] AS
(SELECT TOP 9
SUBSTRING(@strPuzzle,([tiRow] - 1)...
February 21, 2019 at 6:44 am
Nice article! One problem, though. It's generally considered a bad idea to use a named constraint on a temporary table. If there's an error before the temp table is dropped,...
February 21, 2019 at 6:12 am
You should probably cover using a Docker Volume for persistent/shareable storage options.
February 4, 2019 at 5:01 am
Viewing 5 posts - 1 through 5 (of 5 total)