Skip to content

Releases: simonw/datasette-openai

0.2

14 Jan 02:28
6b895ea
Compare
Choose a tag to compare

0.1a2

12 Jan 18:16
Compare
Choose a tag to compare
0.1a2 Pre-release
Pre-release
  • Returns more detailed error messages if a completion fails. #6
  • openai_strip_tags() function. #5
  • openai_tokenize() and openai_count_tokens() functions. #7
  • A not-yet-documented openai_build_prompt() aggregate function. #4

0.1a1

10 Jan 18:23
Compare
Choose a tag to compare
0.1a1 Pre-release
Pre-release
  • Calls to GPT-3 now have a 15s timeout, increased from 5s.

0.1a0

03 Jan 19:17
Compare
Choose a tag to compare
0.1a0 Pre-release
Pre-release
  • Initial prototype, with openai_davinci(), openai_embedding() and openai_embedding_similarity() functions. #1