You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now depends on LLM and supports any model that has both async and schema support. You can also limit it to a subset of models using the new plugins.datasette-extract.models configuration list. #27
Now uses GPT-4o mini, which is around 30 times cheaper than GPT-4o for text tasks, though the same price for image tasks. #30
New feature: on the "Extract data into this table" page there is now a link to "Duplicate these columns to a new table" which pre-fills the create table form with the same columns and hints. #29
Switch to using datasette-secrets for configuration. If you were previously using the environment variable OPENAI_API_KEY you should change that to DATASETTE_SECRETS_OPENAI_API_KEY. #24