Skip to content

Releases: datasette/datasette-enrichments-gpt

0.5

15 May 21:48
Compare
Choose a tag to compare
  • Now uses 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. #9
  • Switched from using GPT-4 Turbo to the new GPT-4o, which is half the price and should provide better results. #14

0.4

10 Apr 03:27
1353a46
Compare
Choose a tag to compare
0.4
  • Now uses the newly released gpt-4-turbo model, which also handles image inputs. #8

0.3

01 Dec 22:54
cc2d3b6
Compare
Choose a tag to compare
0.3

0.2

30 Nov 05:53
ab7b487
Compare
Choose a tag to compare
0.2
  • Option to force output to be JSON. #3
  • Now supports system prompts. #4
  • Now asks for an API key at runtime if one has not been configured. #6

0.1a0

22 Nov 17:28
Compare
Choose a tag to compare
0.1a0 Pre-release
Pre-release
  • First working alpha. #1