The Prompt() Function: Use the Power of LLMs with SQL

motherduck.com

56 points by sebg a year ago


delichon - a year ago

  FROM hn.hacker_news
  LIMIT 100
"Oops I forgot the limit clause and now owe MotherDuck and OpenAI $93 billion."
domoritz - a year ago

I love the simplicity of this. Hurray for small models for small tasks.

mritchie712 - a year ago

open source version: https://github.com/dsg-polymtl/large-flock

korkybuchek - a year ago

Interesting -- is there any impact from LLM outputs not being deterministic?