File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 2828OTHER DEALINGS IN THE SOFTWARE.
2929"""
3030
31- __version__ = '7.0.20230820 '
31+ __version__ = '7.0.20230822 '
3232__license__ = __doc__
3333__project_url__ = 'http://winpython.github.io/'
Original file line number Diff line number Diff line change @@ -3652,3 +3652,12 @@ description = Plugin for LLM adding a Markov chain generating model
36523652[python-ulid]
36533653description = Universally Unique Lexicographically Sortable Identifier
36543654
3655+ [openai-to-sqlite]
3656+ description = Save OpenAI API results to a SQLite database
3657+
3658+ [tiktoken]
3659+ description = tiktoken is a fast BPE tokeniser for use with OpenAI' s models
3660+
3661+ [mypyc-ipython]
3662+ description = IPython magic command interface for interactive work with mypyc.
3663+
You can’t perform that action at this time.
0 commit comments