datasette / datasette-extract

Import unstructured data (text and images) into structured tables
Apache License 2.0
143 stars 3 forks source link

Mechanism for better handling of API keys #9

Closed simonw closed 4 months ago

simonw commented 7 months ago

Currently the API key has to be set as an OPENAI_API_KEY environment variable.

simonw commented 6 months ago

I'm going to imitate datasette-enrichments-gpt which asks you to enter an API key if one is not already available in an environment variable.