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

motherduck.com

56 points by sebg 9 months ago


delichon - 9 months ago

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

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

mritchie712 - 9 months ago

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

korkybuchek - 9 months ago

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