8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8fe2c7e + 3a00a82 commit f47fe49Copy full SHA for f47fe49
winpython/__init__.py
@@ -28,6 +28,6 @@
28
OTHER DEALINGS IN THE SOFTWARE.
29
"""
30
31
-__version__ = '7.0.20230820'
+__version__ = '7.0.20230822'
32
__license__ = __doc__
33
__project_url__ = 'http://winpython.github.io/'
winpython/data/packages.ini
@@ -3652,3 +3652,12 @@ description = Plugin for LLM adding a Markov chain generating model
3652
[python-ulid]
3653
description = Universally Unique Lexicographically Sortable Identifier
3654
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
0 commit comments