llms-py 2.0.29__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.
Files changed (60) hide show
  1. {llms_py-2.0.29/llms_py.egg-info → llms_py-2.0.31}/PKG-INFO +21 -1
  2. {llms_py-2.0.29 → llms_py-2.0.31}/README.md +20 -0
  3. llms_py-2.0.31/llms/llms.json +1121 -0
  4. {llms_py-2.0.29 → llms_py-2.0.31}/llms/main.py +10 -2
  5. {llms_py-2.0.29 → llms_py-2.0.31}/llms/ui/Analytics.mjs +50 -47
  6. llms_py-2.0.31/llms/ui/App.mjs +97 -0
  7. llms_py-2.0.31/llms/ui/Brand.mjs +52 -0
  8. {llms_py-2.0.29 → llms_py-2.0.31}/llms/ui/ChatPrompt.mjs +7 -1
  9. {llms_py-2.0.29 → llms_py-2.0.31}/llms/ui/Main.mjs +5 -3
  10. {llms_py-2.0.29 → llms_py-2.0.31}/llms/ui/ModelSelector.mjs +6 -5
  11. {llms_py-2.0.29 → llms_py-2.0.31}/llms/ui/Sidebar.mjs +7 -2
  12. {llms_py-2.0.29 → llms_py-2.0.31}/llms/ui/SystemPromptSelector.mjs +1 -1
  13. {llms_py-2.0.29 → llms_py-2.0.31}/llms/ui/ai.mjs +2 -1
  14. {llms_py-2.0.29 → llms_py-2.0.31}/llms/ui/app.css +156 -10
  15. {llms_py-2.0.29 → llms_py-2.0.31/llms_py.egg-info}/PKG-INFO +21 -1
  16. {llms_py-2.0.29 → llms_py-2.0.31}/pyproject.toml +1 -1
  17. {llms_py-2.0.29 → llms_py-2.0.31}/setup.py +1 -1
  18. llms_py-2.0.29/llms/llms.json +0 -1118
  19. llms_py-2.0.29/llms/ui/App.mjs +0 -25
  20. llms_py-2.0.29/llms/ui/Brand.mjs +0 -34
  21. {llms_py-2.0.29 → llms_py-2.0.31}/LICENSE +0 -0
  22. {llms_py-2.0.29 → llms_py-2.0.31}/MANIFEST.in +0 -0
  23. {llms_py-2.0.29 → llms_py-2.0.31}/llms/__init__.py +0 -0
  24. {llms_py-2.0.29 → llms_py-2.0.31}/llms/__main__.py +0 -0
  25. {llms_py-2.0.29 → llms_py-2.0.31}/llms/index.html +0 -0
  26. {llms_py-2.0.29 → llms_py-2.0.31}/llms/ui/Avatar.mjs +0 -0
  27. {llms_py-2.0.29 → llms_py-2.0.31}/llms/ui/OAuthSignIn.mjs +0 -0
  28. {llms_py-2.0.29 → llms_py-2.0.31}/llms/ui/ProviderIcon.mjs +0 -0
  29. {llms_py-2.0.29 → llms_py-2.0.31}/llms/ui/ProviderStatus.mjs +0 -0
  30. {llms_py-2.0.29 → llms_py-2.0.31}/llms/ui/Recents.mjs +0 -0
  31. {llms_py-2.0.29 → llms_py-2.0.31}/llms/ui/SettingsDialog.mjs +0 -0
  32. {llms_py-2.0.29 → llms_py-2.0.31}/llms/ui/SignIn.mjs +0 -0
  33. {llms_py-2.0.29 → llms_py-2.0.31}/llms/ui/SystemPromptEditor.mjs +0 -0
  34. {llms_py-2.0.29 → llms_py-2.0.31}/llms/ui/Welcome.mjs +0 -0
  35. {llms_py-2.0.29 → llms_py-2.0.31}/llms/ui/fav.svg +0 -0
  36. {llms_py-2.0.29 → llms_py-2.0.31}/llms/ui/lib/chart.js +0 -0
  37. {llms_py-2.0.29 → llms_py-2.0.31}/llms/ui/lib/charts.mjs +0 -0
  38. {llms_py-2.0.29 → llms_py-2.0.31}/llms/ui/lib/color.js +0 -0
  39. {llms_py-2.0.29 → llms_py-2.0.31}/llms/ui/lib/highlight.min.mjs +0 -0
  40. {llms_py-2.0.29 → llms_py-2.0.31}/llms/ui/lib/idb.min.mjs +0 -0
  41. {llms_py-2.0.29 → llms_py-2.0.31}/llms/ui/lib/marked.min.mjs +0 -0
  42. {llms_py-2.0.29 → llms_py-2.0.31}/llms/ui/lib/servicestack-client.mjs +0 -0
  43. {llms_py-2.0.29 → llms_py-2.0.31}/llms/ui/lib/servicestack-vue.mjs +0 -0
  44. {llms_py-2.0.29 → llms_py-2.0.31}/llms/ui/lib/vue-router.min.mjs +0 -0
  45. {llms_py-2.0.29 → llms_py-2.0.31}/llms/ui/lib/vue.min.mjs +0 -0
  46. {llms_py-2.0.29 → llms_py-2.0.31}/llms/ui/lib/vue.mjs +0 -0
  47. {llms_py-2.0.29 → llms_py-2.0.31}/llms/ui/markdown.mjs +0 -0
  48. {llms_py-2.0.29 → llms_py-2.0.31}/llms/ui/tailwind.input.css +0 -0
  49. {llms_py-2.0.29 → llms_py-2.0.31}/llms/ui/threadStore.mjs +0 -0
  50. {llms_py-2.0.29 → llms_py-2.0.31}/llms/ui/typography.css +0 -0
  51. {llms_py-2.0.29 → llms_py-2.0.31}/llms/ui/utils.mjs +0 -0
  52. {llms_py-2.0.29 → llms_py-2.0.31}/llms/ui.json +0 -0
  53. {llms_py-2.0.29 → llms_py-2.0.31}/llms_py.egg-info/SOURCES.txt +0 -0
  54. {llms_py-2.0.29 → llms_py-2.0.31}/llms_py.egg-info/dependency_links.txt +0 -0
  55. {llms_py-2.0.29 → llms_py-2.0.31}/llms_py.egg-info/entry_points.txt +0 -0
  56. {llms_py-2.0.29 → llms_py-2.0.31}/llms_py.egg-info/not-zip-safe +0 -0
  57. {llms_py-2.0.29 → llms_py-2.0.31}/llms_py.egg-info/requires.txt +0 -0
  58. {llms_py-2.0.29 → llms_py-2.0.31}/llms_py.egg-info/top_level.txt +0 -0
  59. {llms_py-2.0.29 → llms_py-2.0.31}/requirements.txt +0 -0
  60. {llms_py-2.0.29 → 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.29
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