llms-py 2.0.30__tar.gz → 2.0.31__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {llms_py-2.0.30/llms_py.egg-info → llms_py-2.0.31}/PKG-INFO +21 -1
- {llms_py-2.0.30 → llms_py-2.0.31}/README.md +20 -0
- llms_py-2.0.31/llms/llms.json +1121 -0
- {llms_py-2.0.30 → llms_py-2.0.31}/llms/main.py +6 -1
- {llms_py-2.0.30 → llms_py-2.0.31}/llms/ui/App.mjs +1 -1
- {llms_py-2.0.30 → llms_py-2.0.31}/llms/ui/ai.mjs +1 -1
- {llms_py-2.0.30 → llms_py-2.0.31}/llms/ui/app.css +0 -118
- {llms_py-2.0.30 → llms_py-2.0.31/llms_py.egg-info}/PKG-INFO +21 -1
- {llms_py-2.0.30 → llms_py-2.0.31}/pyproject.toml +1 -1
- {llms_py-2.0.30 → llms_py-2.0.31}/setup.py +1 -1
- llms_py-2.0.30/llms/llms.json +0 -1118
- {llms_py-2.0.30 → llms_py-2.0.31}/LICENSE +0 -0
- {llms_py-2.0.30 → llms_py-2.0.31}/MANIFEST.in +0 -0
- {llms_py-2.0.30 → llms_py-2.0.31}/llms/__init__.py +0 -0
- {llms_py-2.0.30 → llms_py-2.0.31}/llms/__main__.py +0 -0
- {llms_py-2.0.30 → llms_py-2.0.31}/llms/index.html +0 -0
- {llms_py-2.0.30 → llms_py-2.0.31}/llms/ui/Analytics.mjs +0 -0
- {llms_py-2.0.30 → llms_py-2.0.31}/llms/ui/Avatar.mjs +0 -0
- {llms_py-2.0.30 → llms_py-2.0.31}/llms/ui/Brand.mjs +0 -0
- {llms_py-2.0.30 → llms_py-2.0.31}/llms/ui/ChatPrompt.mjs +0 -0
- {llms_py-2.0.30 → llms_py-2.0.31}/llms/ui/Main.mjs +0 -0
- {llms_py-2.0.30 → llms_py-2.0.31}/llms/ui/ModelSelector.mjs +0 -0
- {llms_py-2.0.30 → llms_py-2.0.31}/llms/ui/OAuthSignIn.mjs +0 -0
- {llms_py-2.0.30 → llms_py-2.0.31}/llms/ui/ProviderIcon.mjs +0 -0
- {llms_py-2.0.30 → llms_py-2.0.31}/llms/ui/ProviderStatus.mjs +0 -0
- {llms_py-2.0.30 → llms_py-2.0.31}/llms/ui/Recents.mjs +0 -0
- {llms_py-2.0.30 → llms_py-2.0.31}/llms/ui/SettingsDialog.mjs +0 -0
- {llms_py-2.0.30 → llms_py-2.0.31}/llms/ui/Sidebar.mjs +0 -0
- {llms_py-2.0.30 → llms_py-2.0.31}/llms/ui/SignIn.mjs +0 -0
- {llms_py-2.0.30 → llms_py-2.0.31}/llms/ui/SystemPromptEditor.mjs +0 -0
- {llms_py-2.0.30 → llms_py-2.0.31}/llms/ui/SystemPromptSelector.mjs +0 -0
- {llms_py-2.0.30 → llms_py-2.0.31}/llms/ui/Welcome.mjs +0 -0
- {llms_py-2.0.30 → llms_py-2.0.31}/llms/ui/fav.svg +0 -0
- {llms_py-2.0.30 → llms_py-2.0.31}/llms/ui/lib/chart.js +0 -0
- {llms_py-2.0.30 → llms_py-2.0.31}/llms/ui/lib/charts.mjs +0 -0
- {llms_py-2.0.30 → llms_py-2.0.31}/llms/ui/lib/color.js +0 -0
- {llms_py-2.0.30 → llms_py-2.0.31}/llms/ui/lib/highlight.min.mjs +0 -0
- {llms_py-2.0.30 → llms_py-2.0.31}/llms/ui/lib/idb.min.mjs +0 -0
- {llms_py-2.0.30 → llms_py-2.0.31}/llms/ui/lib/marked.min.mjs +0 -0
- {llms_py-2.0.30 → llms_py-2.0.31}/llms/ui/lib/servicestack-client.mjs +0 -0
- {llms_py-2.0.30 → llms_py-2.0.31}/llms/ui/lib/servicestack-vue.mjs +0 -0
- {llms_py-2.0.30 → llms_py-2.0.31}/llms/ui/lib/vue-router.min.mjs +0 -0
- {llms_py-2.0.30 → llms_py-2.0.31}/llms/ui/lib/vue.min.mjs +0 -0
- {llms_py-2.0.30 → llms_py-2.0.31}/llms/ui/lib/vue.mjs +0 -0
- {llms_py-2.0.30 → llms_py-2.0.31}/llms/ui/markdown.mjs +0 -0
- {llms_py-2.0.30 → llms_py-2.0.31}/llms/ui/tailwind.input.css +0 -0
- {llms_py-2.0.30 → llms_py-2.0.31}/llms/ui/threadStore.mjs +0 -0
- {llms_py-2.0.30 → llms_py-2.0.31}/llms/ui/typography.css +0 -0
- {llms_py-2.0.30 → llms_py-2.0.31}/llms/ui/utils.mjs +0 -0
- {llms_py-2.0.30 → llms_py-2.0.31}/llms/ui.json +0 -0
- {llms_py-2.0.30 → llms_py-2.0.31}/llms_py.egg-info/SOURCES.txt +0 -0
- {llms_py-2.0.30 → llms_py-2.0.31}/llms_py.egg-info/dependency_links.txt +0 -0
- {llms_py-2.0.30 → llms_py-2.0.31}/llms_py.egg-info/entry_points.txt +0 -0
- {llms_py-2.0.30 → llms_py-2.0.31}/llms_py.egg-info/not-zip-safe +0 -0
- {llms_py-2.0.30 → llms_py-2.0.31}/llms_py.egg-info/requires.txt +0 -0
- {llms_py-2.0.30 → llms_py-2.0.31}/llms_py.egg-info/top_level.txt +0 -0
- {llms_py-2.0.30 → llms_py-2.0.31}/requirements.txt +0 -0
- {llms_py-2.0.30 → llms_py-2.0.31}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: llms-py
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.31
|
|
4
4
|
Summary: A lightweight CLI tool and OpenAI-compatible server for querying multiple Large Language Model (LLM) providers
|
|
5
5
|
Home-page: https://github.com/ServiceStack/llms
|
|
6
6
|
Author: ServiceStack
|
|
@@ -108,6 +108,26 @@ As they're a good indicator for the reliability and speed you can expect from di
|
|
|
108
108
|
test the response times for all configured providers and models, the results of which will be frequently published to
|
|
109
109
|
[/checks/latest.txt](https://github.com/ServiceStack/llms/blob/main/docs/checks/latest.txt)
|
|
110
110
|
|
|
111
|
+
## Change Log
|
|
112
|
+
|
|
113
|
+
#### v2.0.30 (2025-11-01)
|
|
114
|
+
- Improved Responsive Layout with collapsible Sidebar
|
|
115
|
+
- Watching config files for changes and auto-reloading
|
|
116
|
+
- Add cancel button to cancel pending request
|
|
117
|
+
- Return focus to textarea after request completes
|
|
118
|
+
- Clicking outside model or system prompt selector will collapse it
|
|
119
|
+
- Clicking on selected item no longer deselects it
|
|
120
|
+
- Support `VERBOSE=1` for enabling `--verbose` mode (useful in Docker)
|
|
121
|
+
|
|
122
|
+
#### v2.0.28 (2025-10-31)
|
|
123
|
+
- Dark Mode
|
|
124
|
+
- Drag n' Drop files in Message prompt
|
|
125
|
+
- Copy & Paste files in Message prompt
|
|
126
|
+
- Support for GitHub OAuth and optional restrict access to specified Users
|
|
127
|
+
- Support for Docker and Docker Compose
|
|
128
|
+
|
|
129
|
+
[llms.py Releases](https://github.com/ServiceStack/llms/releases)
|
|
130
|
+
|
|
111
131
|
## Installation
|
|
112
132
|
|
|
113
133
|
### Using pip
|
|
@@ -68,6 +68,26 @@ As they're a good indicator for the reliability and speed you can expect from di
|
|
|
68
68
|
test the response times for all configured providers and models, the results of which will be frequently published to
|
|
69
69
|
[/checks/latest.txt](https://github.com/ServiceStack/llms/blob/main/docs/checks/latest.txt)
|
|
70
70
|
|
|
71
|
+
## Change Log
|
|
72
|
+
|
|
73
|
+
#### v2.0.30 (2025-11-01)
|
|
74
|
+
- Improved Responsive Layout with collapsible Sidebar
|
|
75
|
+
- Watching config files for changes and auto-reloading
|
|
76
|
+
- Add cancel button to cancel pending request
|
|
77
|
+
- Return focus to textarea after request completes
|
|
78
|
+
- Clicking outside model or system prompt selector will collapse it
|
|
79
|
+
- Clicking on selected item no longer deselects it
|
|
80
|
+
- Support `VERBOSE=1` for enabling `--verbose` mode (useful in Docker)
|
|
81
|
+
|
|
82
|
+
#### v2.0.28 (2025-10-31)
|
|
83
|
+
- Dark Mode
|
|
84
|
+
- Drag n' Drop files in Message prompt
|
|
85
|
+
- Copy & Paste files in Message prompt
|
|
86
|
+
- Support for GitHub OAuth and optional restrict access to specified Users
|
|
87
|
+
- Support for Docker and Docker Compose
|
|
88
|
+
|
|
89
|
+
[llms.py Releases](https://github.com/ServiceStack/llms/releases)
|
|
90
|
+
|
|
71
91
|
## Installation
|
|
72
92
|
|
|
73
93
|
### Using pip
|