llms-py 2.0.32__tar.gz → 2.0.34__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 (65) hide show
  1. llms_py-2.0.34/PKG-INFO +49 -0
  2. llms_py-2.0.34/README.md +9 -0
  3. {llms_py-2.0.32 → llms_py-2.0.34}/llms/llms.json +792 -699
  4. {llms_py-2.0.32 → llms_py-2.0.34}/llms/main.py +2 -2
  5. {llms_py-2.0.32 → llms_py-2.0.34}/llms/ui/ProviderIcon.mjs +1 -0
  6. {llms_py-2.0.32 → llms_py-2.0.34}/llms/ui/ai.mjs +1 -1
  7. llms_py-2.0.34/llms/ui/lib/servicestack-vue.mjs +37 -0
  8. {llms_py-2.0.32 → llms_py-2.0.34}/llms/ui/threadStore.mjs +1 -1
  9. llms_py-2.0.34/llms_py.egg-info/PKG-INFO +49 -0
  10. {llms_py-2.0.32 → llms_py-2.0.34}/llms_py.egg-info/SOURCES.txt +5 -1
  11. {llms_py-2.0.32 → llms_py-2.0.34}/pyproject.toml +1 -1
  12. {llms_py-2.0.32 → llms_py-2.0.34}/setup.py +1 -1
  13. llms_py-2.0.34/tests/test_async.py +117 -0
  14. llms_py-2.0.34/tests/test_config.py +130 -0
  15. llms_py-2.0.34/tests/test_integration.py +122 -0
  16. llms_py-2.0.34/tests/test_utils.py +276 -0
  17. llms_py-2.0.32/PKG-INFO +0 -1278
  18. llms_py-2.0.32/README.md +0 -1238
  19. llms_py-2.0.32/llms/ui/lib/servicestack-vue.mjs +0 -37
  20. llms_py-2.0.32/llms_py.egg-info/PKG-INFO +0 -1278
  21. {llms_py-2.0.32 → llms_py-2.0.34}/LICENSE +0 -0
  22. {llms_py-2.0.32 → llms_py-2.0.34}/MANIFEST.in +0 -0
  23. {llms_py-2.0.32 → llms_py-2.0.34}/llms/__init__.py +0 -0
  24. {llms_py-2.0.32 → llms_py-2.0.34}/llms/__main__.py +0 -0
  25. {llms_py-2.0.32 → llms_py-2.0.34}/llms/index.html +0 -0
  26. {llms_py-2.0.32 → llms_py-2.0.34}/llms/ui/Analytics.mjs +0 -0
  27. {llms_py-2.0.32 → llms_py-2.0.34}/llms/ui/App.mjs +0 -0
  28. {llms_py-2.0.32 → llms_py-2.0.34}/llms/ui/Avatar.mjs +0 -0
  29. {llms_py-2.0.32 → llms_py-2.0.34}/llms/ui/Brand.mjs +0 -0
  30. {llms_py-2.0.32 → llms_py-2.0.34}/llms/ui/ChatPrompt.mjs +0 -0
  31. {llms_py-2.0.32 → llms_py-2.0.34}/llms/ui/Main.mjs +0 -0
  32. {llms_py-2.0.32 → llms_py-2.0.34}/llms/ui/ModelSelector.mjs +0 -0
  33. {llms_py-2.0.32 → llms_py-2.0.34}/llms/ui/OAuthSignIn.mjs +0 -0
  34. {llms_py-2.0.32 → llms_py-2.0.34}/llms/ui/ProviderStatus.mjs +0 -0
  35. {llms_py-2.0.32 → llms_py-2.0.34}/llms/ui/Recents.mjs +0 -0
  36. {llms_py-2.0.32 → llms_py-2.0.34}/llms/ui/SettingsDialog.mjs +0 -0
  37. {llms_py-2.0.32 → llms_py-2.0.34}/llms/ui/Sidebar.mjs +0 -0
  38. {llms_py-2.0.32 → llms_py-2.0.34}/llms/ui/SignIn.mjs +0 -0
  39. {llms_py-2.0.32 → llms_py-2.0.34}/llms/ui/SystemPromptEditor.mjs +0 -0
  40. {llms_py-2.0.32 → llms_py-2.0.34}/llms/ui/SystemPromptSelector.mjs +0 -0
  41. {llms_py-2.0.32 → llms_py-2.0.34}/llms/ui/Welcome.mjs +0 -0
  42. {llms_py-2.0.32 → llms_py-2.0.34}/llms/ui/app.css +0 -0
  43. {llms_py-2.0.32 → llms_py-2.0.34}/llms/ui/fav.svg +0 -0
  44. {llms_py-2.0.32 → llms_py-2.0.34}/llms/ui/lib/chart.js +0 -0
  45. {llms_py-2.0.32 → llms_py-2.0.34}/llms/ui/lib/charts.mjs +0 -0
  46. {llms_py-2.0.32 → llms_py-2.0.34}/llms/ui/lib/color.js +0 -0
  47. {llms_py-2.0.32 → llms_py-2.0.34}/llms/ui/lib/highlight.min.mjs +0 -0
  48. {llms_py-2.0.32 → llms_py-2.0.34}/llms/ui/lib/idb.min.mjs +0 -0
  49. {llms_py-2.0.32 → llms_py-2.0.34}/llms/ui/lib/marked.min.mjs +0 -0
  50. {llms_py-2.0.32 → llms_py-2.0.34}/llms/ui/lib/servicestack-client.mjs +0 -0
  51. {llms_py-2.0.32 → llms_py-2.0.34}/llms/ui/lib/vue-router.min.mjs +0 -0
  52. {llms_py-2.0.32 → llms_py-2.0.34}/llms/ui/lib/vue.min.mjs +0 -0
  53. {llms_py-2.0.32 → llms_py-2.0.34}/llms/ui/lib/vue.mjs +0 -0
  54. {llms_py-2.0.32 → llms_py-2.0.34}/llms/ui/markdown.mjs +0 -0
  55. {llms_py-2.0.32 → llms_py-2.0.34}/llms/ui/tailwind.input.css +0 -0
  56. {llms_py-2.0.32 → llms_py-2.0.34}/llms/ui/typography.css +0 -0
  57. {llms_py-2.0.32 → llms_py-2.0.34}/llms/ui/utils.mjs +0 -0
  58. {llms_py-2.0.32 → llms_py-2.0.34}/llms/ui.json +0 -0
  59. {llms_py-2.0.32 → llms_py-2.0.34}/llms_py.egg-info/dependency_links.txt +0 -0
  60. {llms_py-2.0.32 → llms_py-2.0.34}/llms_py.egg-info/entry_points.txt +0 -0
  61. {llms_py-2.0.32 → llms_py-2.0.34}/llms_py.egg-info/not-zip-safe +0 -0
  62. {llms_py-2.0.32 → llms_py-2.0.34}/llms_py.egg-info/requires.txt +0 -0
  63. {llms_py-2.0.32 → llms_py-2.0.34}/llms_py.egg-info/top_level.txt +0 -0
  64. {llms_py-2.0.32 → llms_py-2.0.34}/requirements.txt +0 -0
  65. {llms_py-2.0.32 → llms_py-2.0.34}/setup.cfg +0 -0
@@ -0,0 +1,49 @@
1
+ Metadata-Version: 2.4
2
+ Name: llms-py
3
+ Version: 2.0.34
4
+ Summary: A lightweight CLI tool and OpenAI-compatible server for querying multiple Large Language Model (LLM) providers
5
+ Home-page: https://github.com/ServiceStack/llms
6
+ Author: ServiceStack
7
+ Author-email: ServiceStack <team@servicestack.net>
8
+ Maintainer-email: ServiceStack <team@servicestack.net>
9
+ License-Expression: BSD-3-Clause
10
+ Project-URL: Homepage, https://github.com/ServiceStack/llms
11
+ Project-URL: Documentation, https://github.com/ServiceStack/llms#readme
12
+ Project-URL: Repository, https://github.com/ServiceStack/llms
13
+ Project-URL: Bug Reports, https://github.com/ServiceStack/llms/issues
14
+ Keywords: llm,ai,openai,anthropic,google,gemini,groq,mistral,ollama,cli,server,chat,completion
15
+ Classifier: Development Status :: 5 - Production/Stable
16
+ Classifier: Intended Audience :: Developers
17
+ Classifier: Intended Audience :: System Administrators
18
+ Classifier: Operating System :: OS Independent
19
+ Classifier: Programming Language :: Python :: 3
20
+ Classifier: Programming Language :: Python :: 3.7
21
+ Classifier: Programming Language :: Python :: 3.8
22
+ Classifier: Programming Language :: Python :: 3.9
23
+ Classifier: Programming Language :: Python :: 3.10
24
+ Classifier: Programming Language :: Python :: 3.11
25
+ Classifier: Programming Language :: Python :: 3.12
26
+ Classifier: Topic :: Software Development :: Libraries :: Python Modules
27
+ Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers
28
+ Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
29
+ Classifier: Topic :: System :: Systems Administration
30
+ Classifier: Topic :: Utilities
31
+ Classifier: Environment :: Console
32
+ Requires-Python: >=3.7
33
+ Description-Content-Type: text/markdown
34
+ License-File: LICENSE
35
+ Requires-Dist: aiohttp
36
+ Dynamic: author
37
+ Dynamic: home-page
38
+ Dynamic: license-file
39
+ Dynamic: requires-python
40
+
41
+ # llms.py
42
+
43
+ Lightweight CLI, API and ChatGPT-like alternative to Open WebUI for accessing multiple LLMs, entirely offline, with all data kept private in browser storage.
44
+
45
+ [llmspy.org](https://llmspy.org)
46
+
47
+ [![](https://github.com/ServiceStack/llmspy.org/blob/main/public/img/llmspy-home.webp?raw=true)](https://llmspy.org)
48
+
49
+ GitHub: [llmspy.org](https://github.com/ServiceStack/llmspy.org)
@@ -0,0 +1,9 @@
1
+ # llms.py
2
+
3
+ Lightweight CLI, API and ChatGPT-like alternative to Open WebUI for accessing multiple LLMs, entirely offline, with all data kept private in browser storage.
4
+
5
+ [llmspy.org](https://llmspy.org)
6
+
7
+ [![](https://github.com/ServiceStack/llmspy.org/blob/main/public/img/llmspy-home.webp?raw=true)](https://llmspy.org)
8
+
9
+ GitHub: [llmspy.org](https://github.com/ServiceStack/llmspy.org)