8000 package names · winpython/winpython@9232953 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9232953

Browse files
committed
package names
llm from simon from datasette
1 parent b01da2a commit 9232953

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

winpython/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
OTHER DEALINGS IN THE SOFTWARE.
2929
"""
3030

31-
__version__ = '6.4.20230806'
31+
__version__ = '6.4.20230813'
3232
__license__ = __doc__
3333
__project_url__ = 'http://winpython.github.io/'

winpython/data/packages.ini

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3628,3 +3628,27 @@ description = Use this module to try out multiple interpreters and a per-interpr
36283628
[async-lru]
36293629
description = Simple LRU cache for asyncio
36303630
3631+
[annotated-types]
3632+
description = Reusable constraint types to use with typing.Annotated
3633+
3634+
[daqp]
3635+
description = DAQP: A dual active-set QP solver
3636+
3637+
[gpt4all]
3638+
description = Python bindings for GPT4All
3639+
3640+
[llm]
3641+
description = A CLI utility and Python library for interacting with Large Language Models, including OpenAI, PaLM and local models installed on your own machine.
3642+
3643+
[llm-gpt4all]
3644+
description = Plugin for LLM adding support for GPT4ALL models
3645+
3646+
[llm-llama-cpp]
3647+
description = LLM plugin for running models using llama.cpp
3648+
3649+
[llm-markov]
3650+
description = Plugin for LLM adding a Markov chain generating model
3651+
3652+
[python-ulid]
3653+
description = Universally Unique Lexicographically Sortable Identifier
3654+

0 commit comments

Comments
 (0)
0