llms-py 3.0.0b8__tar.gz → 3.0.0b9__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-3.0.0b8/llms_py.egg-info → llms_py-3.0.0b9}/PKG-INFO +1 -1
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/__pycache__/main.cpython-314.pyc +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/app/__pycache__/db.cpython-314.pyc +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/app/__pycache__/db_manager.cpython-314.pyc +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/app/db.py +5 -3
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/main.py +1 -1
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/ui/ai.mjs +1 -1
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/ui/app.css +114 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9/llms_py.egg-info}/PKG-INFO +1 -1
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/pyproject.toml +1 -1
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/setup.py +1 -1
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/LICENSE +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/MANIFEST.in +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/README.md +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/__init__.py +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/__main__.py +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/__pycache__/__init__.cpython-312.pyc +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/__pycache__/__init__.cpython-313.pyc +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/__pycache__/__init__.cpython-314.pyc +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/__pycache__/__main__.cpython-312.pyc +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/__pycache__/__main__.cpython-314.pyc +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/__pycache__/llms.cpython-312.pyc +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/__pycache__/main.cpython-312.pyc +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/__pycache__/main.cpython-313.pyc +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/__pycache__/plugins.cpython-314.pyc +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/analytics/ui/index.mjs +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/app/__init__.py +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/app/__pycache__/__init__.cpython-314.pyc +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/app/db_manager.py +1 -1
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/app/requests.json +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/app/threads.json +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/app/ui/Recents.mjs +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/app/ui/index.mjs +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/app/ui/threadStore.mjs +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/core_tools/__init__.py +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/core_tools/__pycache__/__init__.cpython-314.pyc +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/core_tools/ui/codemirror/addon/edit/closebrackets.js +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/core_tools/ui/codemirror/addon/edit/closetag.js +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/core_tools/ui/codemirror/addon/edit/continuelist.js +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/core_tools/ui/codemirror/addon/edit/matchbrackets.js +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/core_tools/ui/codemirror/addon/edit/matchtags.js +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/core_tools/ui/codemirror/addon/edit/trailingspace.js +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/core_tools/ui/codemirror/addon/selection/active-line.js +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/core_tools/ui/codemirror/addon/selection/mark-selection.js +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/core_tools/ui/codemirror/addon/selection/selection-pointer.js +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/core_tools/ui/codemirror/doc/docs.css +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/core_tools/ui/codemirror/doc/source_sans.woff +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/core_tools/ui/codemirror/lib/codemirror.css +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/core_tools/ui/codemirror/lib/codemirror.js +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/core_tools/ui/codemirror/mode/clike/clike.js +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/core_tools/ui/codemirror/mode/javascript/index.html +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/core_tools/ui/codemirror/mode/javascript/javascript.js +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/core_tools/ui/codemirror/mode/javascript/typescript.html +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/core_tools/ui/codemirror/mode/python/python.js +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/core_tools/ui/codemirror/theme/dracula.css +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/core_tools/ui/codemirror/theme/mocha.css +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/core_tools/ui/index.mjs +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/gallery/__init__.py +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/gallery/__pycache__/__init__.cpython-314.pyc +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/gallery/__pycache__/db.cpython-314.pyc +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/gallery/db.py +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/gallery/ui/index.mjs +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/__init__.py +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/__pycache__/__init__.cpython-314.pyc +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/README.md +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/contrib/auto-render.js +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/contrib/auto-render.min.js +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/contrib/auto-render.mjs +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/contrib/copy-tex.js +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/contrib/copy-tex.min.js +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/contrib/copy-tex.mjs +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/contrib/mathtex-script-type.js +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/contrib/mathtex-script-type.min.js +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/contrib/mathtex-script-type.mjs +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/contrib/mhchem.js +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/contrib/mhchem.min.js +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/contrib/mhchem.mjs +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/contrib/render-a11y-string.js +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/contrib/render-a11y-string.min.js +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/contrib/render-a11y-string.mjs +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/fonts/KaTeX_AMS-Regular.ttf +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/fonts/KaTeX_AMS-Regular.woff +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/fonts/KaTeX_AMS-Regular.woff2 +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/fonts/KaTeX_Caligraphic-Bold.ttf +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/fonts/KaTeX_Caligraphic-Bold.woff +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/fonts/KaTeX_Caligraphic-Bold.woff2 +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/fonts/KaTeX_Caligraphic-Regular.ttf +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/fonts/KaTeX_Caligraphic-Regular.woff +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/fonts/KaTeX_Caligraphic-Regular.woff2 +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/fonts/KaTeX_Fraktur-Bold.ttf +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/fonts/KaTeX_Fraktur-Bold.woff +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/fonts/KaTeX_Fraktur-Bold.woff2 +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/fonts/KaTeX_Fraktur-Regular.ttf +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/fonts/KaTeX_Fraktur-Regular.woff +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/fonts/KaTeX_Fraktur-Regular.woff2 +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/fonts/KaTeX_Main-Bold.ttf +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/fonts/KaTeX_Main-Bold.woff +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/fonts/KaTeX_Main-Bold.woff2 +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/fonts/KaTeX_Main-BoldItalic.ttf +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/fonts/KaTeX_Main-BoldItalic.woff +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/fonts/KaTeX_Main-BoldItalic.woff2 +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/fonts/KaTeX_Main-Italic.ttf +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/fonts/KaTeX_Main-Italic.woff +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/fonts/KaTeX_Main-Italic.woff2 +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/fonts/KaTeX_Main-Regular.ttf +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/fonts/KaTeX_Main-Regular.woff +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/fonts/KaTeX_Main-Regular.woff2 +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/fonts/KaTeX_Math-BoldItalic.ttf +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/fonts/KaTeX_Math-BoldItalic.woff +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/fonts/KaTeX_Math-BoldItalic.woff2 +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/fonts/KaTeX_Math-Italic.ttf +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/fonts/KaTeX_Math-Italic.woff +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/fonts/KaTeX_Math-Italic.woff2 +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/fonts/KaTeX_SansSerif-Bold.ttf +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/fonts/KaTeX_SansSerif-Bold.woff +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/fonts/KaTeX_SansSerif-Bold.woff2 +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/fonts/KaTeX_SansSerif-Italic.ttf +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/fonts/KaTeX_SansSerif-Italic.woff +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/fonts/KaTeX_SansSerif-Italic.woff2 +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/fonts/KaTeX_SansSerif-Regular.ttf +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/fonts/KaTeX_SansSerif-Regular.woff +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/fonts/KaTeX_SansSerif-Regular.woff2 +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/fonts/KaTeX_Script-Regular.ttf +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/fonts/KaTeX_Script-Regular.woff +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/fonts/KaTeX_Script-Regular.woff2 +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/fonts/KaTeX_Size1-Regular.ttf +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/fonts/KaTeX_Size1-Regular.woff +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/fonts/KaTeX_Size1-Regular.woff2 +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/fonts/KaTeX_Size2-Regular.ttf +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/fonts/KaTeX_Size2-Regular.woff +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/fonts/KaTeX_Size2-Regular.woff2 +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/fonts/KaTeX_Size3-Regular.ttf +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/fonts/KaTeX_Size3-Regular.woff +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/fonts/KaTeX_Size3-Regular.woff2 +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/fonts/KaTeX_Size4-Regular.ttf +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/fonts/KaTeX_Size4-Regular.woff +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/fonts/KaTeX_Size4-Regular.woff2 +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/fonts/KaTeX_Typewriter-Regular.ttf +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/fonts/KaTeX_Typewriter-Regular.woff +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/fonts/KaTeX_Typewriter-Regular.woff2 +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/index.mjs +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/katex-swap.css +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/katex-swap.min.css +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/katex.css +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/katex.js +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/katex.min.css +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/katex.min.js +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/katex.min.mjs +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/katex.mjs +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/providers/__init__.py +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/providers/__pycache__/__init__.cpython-314.pyc +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/providers/__pycache__/anthropic.cpython-314.pyc +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/providers/__pycache__/chutes.cpython-314.pyc +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/providers/__pycache__/google.cpython-314.pyc +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/providers/__pycache__/nvidia.cpython-314.pyc +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/providers/__pycache__/openai.cpython-314.pyc +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/providers/__pycache__/openrouter.cpython-314.pyc +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/providers/anthropic.py +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/providers/chutes.py +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/providers/google.py +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/providers/nvidia.py +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/providers/openai.py +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/providers/openrouter.py +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/system_prompts/__init__.py +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/system_prompts/__pycache__/__init__.cpython-314.pyc +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/system_prompts/ui/index.mjs +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/system_prompts/ui/prompts.json +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/tools/__init__.py +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/tools/__pycache__/__init__.cpython-314.pyc +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/tools/ui/index.mjs +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/index.html +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/llms.json +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/providers-extra.json +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/providers.json +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/ui/App.mjs +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/ui/ctx.mjs +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/ui/fav.svg +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/ui/index.mjs +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/ui/lib/chart.js +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/ui/lib/charts.mjs +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/ui/lib/color.js +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/ui/lib/highlight.min.mjs +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/ui/lib/idb.min.mjs +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/ui/lib/marked.min.mjs +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/ui/lib/servicestack-client.mjs +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/ui/lib/servicestack-vue.mjs +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/ui/lib/vue-router.min.mjs +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/ui/lib/vue.min.mjs +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/ui/lib/vue.mjs +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/ui/markdown.mjs +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/ui/modules/chat/ChatBody.mjs +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/ui/modules/chat/HomeTools.mjs +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/ui/modules/chat/SettingsDialog.mjs +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/ui/modules/chat/index.mjs +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/ui/modules/layout.mjs +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/ui/modules/model-selector.mjs +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/ui/tailwind.input.css +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/ui/typography.css +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/ui/utils.mjs +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms_py.egg-info/SOURCES.txt +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms_py.egg-info/dependency_links.txt +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms_py.egg-info/entry_points.txt +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms_py.egg-info/not-zip-safe +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms_py.egg-info/requires.txt +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms_py.egg-info/top_level.txt +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/requirements.txt +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/setup.cfg +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/tests/test_async.py +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/tests/test_config.py +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/tests/test_extensions.py +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/tests/test_integration.py +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/tests/test_provider_checks.py +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/tests/test_provider_config.py +0 -0
- {llms_py-3.0.0b8 → llms_py-3.0.0b9}/tests/test_utils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: llms-py
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.0b9
|
|
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
|
|
Binary file
|
|
Binary file
|
{llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/app/__pycache__/db_manager.cpython-314.pyc
RENAMED
|
Binary file
|
|
@@ -62,6 +62,11 @@ class AppDB:
|
|
|
62
62
|
|
|
63
63
|
self.ctx = ctx
|
|
64
64
|
self.db_path = str(db_path)
|
|
65
|
+
|
|
66
|
+
dirname = os.path.dirname(self.db_path)
|
|
67
|
+
if dirname:
|
|
68
|
+
os.makedirs(dirname, exist_ok=True)
|
|
69
|
+
|
|
65
70
|
self.db = DbManager(ctx, self.db_path)
|
|
66
71
|
self.columns = {
|
|
67
72
|
"thread": {
|
|
@@ -142,9 +147,6 @@ class AppDB:
|
|
|
142
147
|
self.ctx.err(f"adding {table} column {col}", e)
|
|
143
148
|
|
|
144
149
|
def init_db(self, conn):
|
|
145
|
-
dirname = os.path.dirname(self.db_path)
|
|
146
|
-
if dirname:
|
|
147
|
-
os.makedirs(dirname, exist_ok=True)
|
|
148
150
|
# Create table with all columns
|
|
149
151
|
# Note: default SQLite timestamp has different tz to datetime.now()
|
|
150
152
|
overrides = {
|
|
@@ -95,6 +95,7 @@
|
|
|
95
95
|
--color-fuchsia-900: oklch(40.1% 0.17 325.612);
|
|
96
96
|
--color-slate-50: oklch(98.4% 0.003 247.858);
|
|
97
97
|
--color-slate-200: oklch(92.9% 0.013 255.508);
|
|
98
|
+
--color-slate-300: oklch(86.9% 0.022 252.894);
|
|
98
99
|
--color-slate-400: oklch(70.4% 0.04 256.788);
|
|
99
100
|
--color-slate-500: oklch(55.4% 0.046 257.417);
|
|
100
101
|
--color-slate-700: oklch(37.2% 0.044 257.287);
|
|
@@ -186,6 +187,7 @@
|
|
|
186
187
|
--default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
187
188
|
--default-font-family: var(--font-sans);
|
|
188
189
|
--default-mono-font-family: var(--font-mono);
|
|
190
|
+
--default-ring-color: hsl(var(--ring));
|
|
189
191
|
}
|
|
190
192
|
}
|
|
191
193
|
@layer base {
|
|
@@ -393,6 +395,9 @@
|
|
|
393
395
|
.top-0 {
|
|
394
396
|
top: calc(var(--spacing) * 0);
|
|
395
397
|
}
|
|
398
|
+
.top-1 {
|
|
399
|
+
top: calc(var(--spacing) * 1);
|
|
400
|
+
}
|
|
396
401
|
.top-1\/2 {
|
|
397
402
|
top: calc(1/2 * 100%);
|
|
398
403
|
}
|
|
@@ -429,6 +434,9 @@
|
|
|
429
434
|
.left-0 {
|
|
430
435
|
left: calc(var(--spacing) * 0);
|
|
431
436
|
}
|
|
437
|
+
.left-1 {
|
|
438
|
+
left: calc(var(--spacing) * 1);
|
|
439
|
+
}
|
|
432
440
|
.left-1\/2 {
|
|
433
441
|
left: calc(1/2 * 100%);
|
|
434
442
|
}
|
|
@@ -501,9 +509,15 @@
|
|
|
501
509
|
max-width: 96rem;
|
|
502
510
|
}
|
|
503
511
|
}
|
|
512
|
+
.-m-2 {
|
|
513
|
+
margin: calc(var(--spacing) * -2);
|
|
514
|
+
}
|
|
504
515
|
.-m-2\.5 {
|
|
505
516
|
margin: calc(var(--spacing) * -2.5);
|
|
506
517
|
}
|
|
518
|
+
.-mx-1 {
|
|
519
|
+
margin-inline: calc(var(--spacing) * -1);
|
|
520
|
+
}
|
|
507
521
|
.-mx-1\.5 {
|
|
508
522
|
margin-inline: calc(var(--spacing) * -1.5);
|
|
509
523
|
}
|
|
@@ -516,6 +530,9 @@
|
|
|
516
530
|
.mx-auto {
|
|
517
531
|
margin-inline: auto;
|
|
518
532
|
}
|
|
533
|
+
.-my-1 {
|
|
534
|
+
margin-block: calc(var(--spacing) * -1);
|
|
535
|
+
}
|
|
519
536
|
.-my-1\.5 {
|
|
520
537
|
margin-block: calc(var(--spacing) * -1.5);
|
|
521
538
|
}
|
|
@@ -537,6 +554,9 @@
|
|
|
537
554
|
.-mt-36 {
|
|
538
555
|
margin-top: calc(var(--spacing) * -36);
|
|
539
556
|
}
|
|
557
|
+
.mt-0 {
|
|
558
|
+
margin-top: calc(var(--spacing) * 0);
|
|
559
|
+
}
|
|
540
560
|
.mt-0\.5 {
|
|
541
561
|
margin-top: calc(var(--spacing) * 0.5);
|
|
542
562
|
}
|
|
@@ -714,6 +734,9 @@
|
|
|
714
734
|
width: calc(var(--spacing) * 20);
|
|
715
735
|
height: calc(var(--spacing) * 20);
|
|
716
736
|
}
|
|
737
|
+
.h-1 {
|
|
738
|
+
height: calc(var(--spacing) * 1);
|
|
739
|
+
}
|
|
717
740
|
.h-1\.5 {
|
|
718
741
|
height: calc(var(--spacing) * 1.5);
|
|
719
742
|
}
|
|
@@ -979,6 +1002,10 @@
|
|
|
979
1002
|
.origin-top-right {
|
|
980
1003
|
transform-origin: 100% 0;
|
|
981
1004
|
}
|
|
1005
|
+
.-translate-x-1 {
|
|
1006
|
+
--tw-translate-x: calc(var(--spacing) * -1);
|
|
1007
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
1008
|
+
}
|
|
982
1009
|
.-translate-x-1\/2 {
|
|
983
1010
|
--tw-translate-x: calc(calc(1/2 * 100%) * -1);
|
|
984
1011
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
@@ -995,6 +1022,10 @@
|
|
|
995
1022
|
--tw-translate-x: calc(var(--spacing) * 0);
|
|
996
1023
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
997
1024
|
}
|
|
1025
|
+
.translate-x-1 {
|
|
1026
|
+
--tw-translate-x: calc(var(--spacing) * 1);
|
|
1027
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
1028
|
+
}
|
|
998
1029
|
.translate-x-1\/4 {
|
|
999
1030
|
--tw-translate-x: calc(1/4 * 100%);
|
|
1000
1031
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
@@ -1007,6 +1038,10 @@
|
|
|
1007
1038
|
--tw-translate-x: 100%;
|
|
1008
1039
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
1009
1040
|
}
|
|
1041
|
+
.-translate-y-1 {
|
|
1042
|
+
--tw-translate-y: calc(var(--spacing) * -1);
|
|
1043
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
1044
|
+
}
|
|
1010
1045
|
.-translate-y-1\/2 {
|
|
1011
1046
|
--tw-translate-y: calc(calc(1/2 * 100%) * -1);
|
|
1012
1047
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
@@ -1019,6 +1054,10 @@
|
|
|
1019
1054
|
--tw-translate-y: calc(var(--spacing) * 0);
|
|
1020
1055
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
1021
1056
|
}
|
|
1057
|
+
.translate-y-1 {
|
|
1058
|
+
--tw-translate-y: calc(var(--spacing) * 1);
|
|
1059
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
1060
|
+
}
|
|
1022
1061
|
.translate-y-1\/4 {
|
|
1023
1062
|
--tw-translate-y: calc(1/4 * 100%);
|
|
1024
1063
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
@@ -1180,6 +1219,9 @@
|
|
|
1180
1219
|
margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
|
|
1181
1220
|
}
|
|
1182
1221
|
}
|
|
1222
|
+
.gap-x-1 {
|
|
1223
|
+
column-gap: calc(var(--spacing) * 1);
|
|
1224
|
+
}
|
|
1183
1225
|
.gap-x-1\.5 {
|
|
1184
1226
|
column-gap: calc(var(--spacing) * 1.5);
|
|
1185
1227
|
}
|
|
@@ -1445,6 +1487,9 @@
|
|
|
1445
1487
|
.border-red-400 {
|
|
1446
1488
|
border-color: var(--color-red-400);
|
|
1447
1489
|
}
|
|
1490
|
+
.border-red-800 {
|
|
1491
|
+
border-color: var(--color-red-800);
|
|
1492
|
+
}
|
|
1448
1493
|
.border-red-800\/20 {
|
|
1449
1494
|
border-color: color-mix(in srgb, oklch(44.4% 0.177 26.899) 20%, transparent);
|
|
1450
1495
|
@supports (color: color-mix(in lab, red, red)) {
|
|
@@ -1454,6 +1499,9 @@
|
|
|
1454
1499
|
.border-transparent {
|
|
1455
1500
|
border-color: transparent;
|
|
1456
1501
|
}
|
|
1502
|
+
.border-white {
|
|
1503
|
+
border-color: var(--color-white);
|
|
1504
|
+
}
|
|
1457
1505
|
.border-white\/10 {
|
|
1458
1506
|
border-color: color-mix(in srgb, #fff 10%, transparent);
|
|
1459
1507
|
@supports (color: color-mix(in lab, red, red)) {
|
|
@@ -1475,12 +1523,18 @@
|
|
|
1475
1523
|
.border-yellow-400 {
|
|
1476
1524
|
border-color: var(--color-yellow-400);
|
|
1477
1525
|
}
|
|
1526
|
+
.border-yellow-500 {
|
|
1527
|
+
border-color: var(--color-yellow-500);
|
|
1528
|
+
}
|
|
1478
1529
|
.border-yellow-500\/30 {
|
|
1479
1530
|
border-color: color-mix(in srgb, oklch(79.5% 0.184 86.047) 30%, transparent);
|
|
1480
1531
|
@supports (color: color-mix(in lab, red, red)) {
|
|
1481
1532
|
border-color: color-mix(in oklab, var(--color-yellow-500) 30%, transparent);
|
|
1482
1533
|
}
|
|
1483
1534
|
}
|
|
1535
|
+
.border-yellow-600 {
|
|
1536
|
+
border-color: var(--color-yellow-600);
|
|
1537
|
+
}
|
|
1484
1538
|
.border-yellow-600\/30 {
|
|
1485
1539
|
border-color: color-mix(in srgb, oklch(68.1% 0.162 75.834) 30%, transparent);
|
|
1486
1540
|
@supports (color: color-mix(in lab, red, red)) {
|
|
@@ -1490,6 +1544,9 @@
|
|
|
1490
1544
|
.bg-\[\#fdfbf7\] {
|
|
1491
1545
|
background-color: #fdfbf7;
|
|
1492
1546
|
}
|
|
1547
|
+
.bg-black {
|
|
1548
|
+
background-color: var(--color-black);
|
|
1549
|
+
}
|
|
1493
1550
|
.bg-black\/40 {
|
|
1494
1551
|
background-color: color-mix(in srgb, #000 40%, transparent);
|
|
1495
1552
|
@supports (color: color-mix(in lab, red, red)) {
|
|
@@ -1556,6 +1613,9 @@
|
|
|
1556
1613
|
.bg-gray-400 {
|
|
1557
1614
|
background-color: var(--color-gray-400);
|
|
1558
1615
|
}
|
|
1616
|
+
.bg-gray-500 {
|
|
1617
|
+
background-color: var(--color-gray-500);
|
|
1618
|
+
}
|
|
1559
1619
|
.bg-gray-500\/75 {
|
|
1560
1620
|
background-color: color-mix(in srgb, oklch(55.1% 0.027 264.364) 75%, transparent);
|
|
1561
1621
|
@supports (color: color-mix(in lab, red, red)) {
|
|
@@ -1619,9 +1679,15 @@
|
|
|
1619
1679
|
.bg-sky-600 {
|
|
1620
1680
|
background-color: var(--color-sky-600);
|
|
1621
1681
|
}
|
|
1682
|
+
.bg-slate-50 {
|
|
1683
|
+
background-color: var(--color-slate-50);
|
|
1684
|
+
}
|
|
1622
1685
|
.bg-slate-50\! {
|
|
1623
1686
|
background-color: var(--color-slate-50) !important;
|
|
1624
1687
|
}
|
|
1688
|
+
.bg-slate-400 {
|
|
1689
|
+
background-color: var(--color-slate-400);
|
|
1690
|
+
}
|
|
1625
1691
|
.bg-slate-400\/10 {
|
|
1626
1692
|
background-color: color-mix(in srgb, oklch(70.4% 0.04 256.788) 10%, transparent);
|
|
1627
1693
|
@supports (color: color-mix(in lab, red, red)) {
|
|
@@ -1686,6 +1752,10 @@
|
|
|
1686
1752
|
--tw-gradient-position: to top in oklab;
|
|
1687
1753
|
background-image: linear-gradient(var(--tw-gradient-stops));
|
|
1688
1754
|
}
|
|
1755
|
+
.from-black {
|
|
1756
|
+
--tw-gradient-from: var(--color-black);
|
|
1757
|
+
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
1758
|
+
}
|
|
1689
1759
|
.from-black\/80 {
|
|
1690
1760
|
--tw-gradient-from: color-mix(in srgb, #000 80%, transparent);
|
|
1691
1761
|
@supports (color: color-mix(in lab, red, red)) {
|
|
@@ -1717,6 +1787,11 @@
|
|
|
1717
1787
|
--tw-gradient-from: var(--color-yellow-400);
|
|
1718
1788
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
1719
1789
|
}
|
|
1790
|
+
.via-black {
|
|
1791
|
+
--tw-gradient-via: var(--color-black);
|
|
1792
|
+
--tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
|
|
1793
|
+
--tw-gradient-stops: var(--tw-gradient-via-stops);
|
|
1794
|
+
}
|
|
1720
1795
|
.via-black\/20 {
|
|
1721
1796
|
--tw-gradient-via: color-mix(in srgb, #000 20%, transparent);
|
|
1722
1797
|
@supports (color: color-mix(in lab, red, red)) {
|
|
@@ -1841,6 +1916,9 @@
|
|
|
1841
1916
|
.px-12 {
|
|
1842
1917
|
padding-inline: calc(var(--spacing) * 12);
|
|
1843
1918
|
}
|
|
1919
|
+
.py-0 {
|
|
1920
|
+
padding-block: calc(var(--spacing) * 0);
|
|
1921
|
+
}
|
|
1844
1922
|
.py-0\.5 {
|
|
1845
1923
|
padding-block: calc(var(--spacing) * 0.5);
|
|
1846
1924
|
}
|
|
@@ -1877,6 +1955,9 @@
|
|
|
1877
1955
|
.py-12 {
|
|
1878
1956
|
padding-block: calc(var(--spacing) * 12);
|
|
1879
1957
|
}
|
|
1958
|
+
.pt-0 {
|
|
1959
|
+
padding-top: calc(var(--spacing) * 0);
|
|
1960
|
+
}
|
|
1880
1961
|
.pt-0\.5 {
|
|
1881
1962
|
padding-top: calc(var(--spacing) * 0.5);
|
|
1882
1963
|
}
|
|
@@ -2243,6 +2324,9 @@
|
|
|
2243
2324
|
.text-sky-600 {
|
|
2244
2325
|
color: var(--color-sky-600);
|
|
2245
2326
|
}
|
|
2327
|
+
.text-slate-300 {
|
|
2328
|
+
color: var(--color-slate-300);
|
|
2329
|
+
}
|
|
2246
2330
|
.text-slate-500 {
|
|
2247
2331
|
color: var(--color-slate-500);
|
|
2248
2332
|
}
|
|
@@ -2270,6 +2354,9 @@
|
|
|
2270
2354
|
.text-yellow-400 {
|
|
2271
2355
|
color: var(--color-yellow-400);
|
|
2272
2356
|
}
|
|
2357
|
+
.text-yellow-500 {
|
|
2358
|
+
color: var(--color-yellow-500);
|
|
2359
|
+
}
|
|
2273
2360
|
.text-yellow-500\/60 {
|
|
2274
2361
|
color: color-mix(in srgb, oklch(79.5% 0.184 86.047) 60%, transparent);
|
|
2275
2362
|
@supports (color: color-mix(in lab, red, red)) {
|
|
@@ -2429,24 +2516,45 @@
|
|
|
2429
2516
|
--tw-inset-ring-shadow: inset 0 0 0 1px var(--tw-inset-ring-color, currentcolor);
|
|
2430
2517
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
2431
2518
|
}
|
|
2519
|
+
.shadow-black {
|
|
2520
|
+
--tw-shadow-color: #000;
|
|
2521
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2522
|
+
--tw-shadow-color: color-mix(in oklab, var(--color-black) var(--tw-shadow-alpha), transparent);
|
|
2523
|
+
}
|
|
2524
|
+
}
|
|
2432
2525
|
.shadow-black\/5 {
|
|
2433
2526
|
--tw-shadow-color: color-mix(in srgb, #000 5%, transparent);
|
|
2434
2527
|
@supports (color: color-mix(in lab, red, red)) {
|
|
2435
2528
|
--tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-black) 5%, transparent) var(--tw-shadow-alpha), transparent);
|
|
2436
2529
|
}
|
|
2437
2530
|
}
|
|
2531
|
+
.shadow-fuchsia-500 {
|
|
2532
|
+
--tw-shadow-color: oklch(66.7% 0.295 322.15);
|
|
2533
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2534
|
+
--tw-shadow-color: color-mix(in oklab, var(--color-fuchsia-500) var(--tw-shadow-alpha), transparent);
|
|
2535
|
+
}
|
|
2536
|
+
}
|
|
2438
2537
|
.shadow-fuchsia-500\/10 {
|
|
2439
2538
|
--tw-shadow-color: color-mix(in srgb, oklch(66.7% 0.295 322.15) 10%, transparent);
|
|
2440
2539
|
@supports (color: color-mix(in lab, red, red)) {
|
|
2441
2540
|
--tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-fuchsia-500) 10%, transparent) var(--tw-shadow-alpha), transparent);
|
|
2442
2541
|
}
|
|
2443
2542
|
}
|
|
2543
|
+
.shadow-gray-200 {
|
|
2544
|
+
--tw-shadow-color: oklch(92.8% 0.006 264.531);
|
|
2545
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
2546
|
+
--tw-shadow-color: color-mix(in oklab, var(--color-gray-200) var(--tw-shadow-alpha), transparent);
|
|
2547
|
+
}
|
|
2548
|
+
}
|
|
2444
2549
|
.shadow-gray-200\/50 {
|
|
2445
2550
|
--tw-shadow-color: color-mix(in srgb, oklch(92.8% 0.006 264.531) 50%, transparent);
|
|
2446
2551
|
@supports (color: color-mix(in lab, red, red)) {
|
|
2447
2552
|
--tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-gray-200) 50%, transparent) var(--tw-shadow-alpha), transparent);
|
|
2448
2553
|
}
|
|
2449
2554
|
}
|
|
2555
|
+
.ring-black {
|
|
2556
|
+
--tw-ring-color: var(--color-black);
|
|
2557
|
+
}
|
|
2450
2558
|
.ring-black\/5 {
|
|
2451
2559
|
--tw-ring-color: color-mix(in srgb, #000 5%, transparent);
|
|
2452
2560
|
@supports (color: color-mix(in lab, red, red)) {
|
|
@@ -2468,12 +2576,18 @@
|
|
|
2468
2576
|
.ring-indigo-500 {
|
|
2469
2577
|
--tw-ring-color: var(--color-indigo-500);
|
|
2470
2578
|
}
|
|
2579
|
+
.ring-yellow-400 {
|
|
2580
|
+
--tw-ring-color: var(--color-yellow-400);
|
|
2581
|
+
}
|
|
2471
2582
|
.ring-yellow-400\/30 {
|
|
2472
2583
|
--tw-ring-color: color-mix(in srgb, oklch(85.2% 0.199 91.936) 30%, transparent);
|
|
2473
2584
|
@supports (color: color-mix(in lab, red, red)) {
|
|
2474
2585
|
--tw-ring-color: color-mix(in oklab, var(--color-yellow-400) 30%, transparent);
|
|
2475
2586
|
}
|
|
2476
2587
|
}
|
|
2588
|
+
.inset-ring-gray-900 {
|
|
2589
|
+
--tw-inset-ring-color: var(--color-gray-900);
|
|
2590
|
+
}
|
|
2477
2591
|
.inset-ring-gray-900\/5 {
|
|
2478
2592
|
--tw-inset-ring-color: color-mix(in srgb, oklch(21% 0.034 264.665) 5%, transparent);
|
|
2479
2593
|
@supports (color: color-mix(in lab, red, red)) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: llms-py
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.0b9
|
|
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
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "llms-py"
|
|
7
|
-
version = "3.0.
|
|
7
|
+
version = "3.0.0b9"
|
|
8
8
|
description = "A lightweight CLI tool and OpenAI-compatible server for querying multiple Large Language Model (LLM) providers"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = "BSD-3-Clause"
|
|
@@ -15,7 +15,7 @@ with open(os.path.join(this_directory, "requirements.txt"), encoding="utf-8") as
|
|
|
15
15
|
|
|
16
16
|
setup(
|
|
17
17
|
name="llms-py",
|
|
18
|
-
version="3.0.
|
|
18
|
+
version="3.0.0b9",
|
|
19
19
|
author="ServiceStack",
|
|
20
20
|
author_email="team@servicestack.net",
|
|
21
21
|
description="A lightweight CLI tool and OpenAI-compatible server for querying multiple Large Language Model (LLM) providers",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/app/__pycache__/__init__.cpython-314.pyc
RENAMED
|
File without changes
|
|
@@ -12,10 +12,10 @@ def create_reader_connection(db_path):
|
|
|
12
12
|
|
|
13
13
|
def create_writer_connection(db_path):
|
|
14
14
|
conn = sqlite3.connect(db_path)
|
|
15
|
+
conn.execute("PRAGMA busy_timeout=5000") # Reasonable timeout for busy connections
|
|
15
16
|
conn.execute("PRAGMA journal_mode=WAL") # Enable WAL mode for better concurrency
|
|
16
17
|
conn.execute("PRAGMA cache_size=-128000") # Increase cache size for better performance
|
|
17
18
|
conn.execute("PRAGMA synchronous=NORMAL") # Reasonable durability/performance balance
|
|
18
|
-
conn.execute("PRAGMA busy_timeout=5000") # Reasonable timeout for busy connections
|
|
19
19
|
return conn
|
|
20
20
|
|
|
21
21
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/core_tools/__pycache__/__init__.cpython-314.pyc
RENAMED
|
File without changes
|
|
File without changes
|
{llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/core_tools/ui/codemirror/addon/edit/closetag.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/core_tools/ui/codemirror/addon/edit/matchtags.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/core_tools/ui/codemirror/doc/source_sans.woff
RENAMED
|
File without changes
|
{llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/core_tools/ui/codemirror/lib/codemirror.css
RENAMED
|
File without changes
|
{llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/core_tools/ui/codemirror/lib/codemirror.js
RENAMED
|
File without changes
|
{llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/core_tools/ui/codemirror/mode/clike/clike.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/core_tools/ui/codemirror/mode/python/python.js
RENAMED
|
File without changes
|
{llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/core_tools/ui/codemirror/theme/dracula.css
RENAMED
|
File without changes
|
{llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/core_tools/ui/codemirror/theme/mocha.css
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/gallery/__pycache__/__init__.cpython-314.pyc
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/__pycache__/__init__.cpython-314.pyc
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/contrib/mathtex-script-type.min.js
RENAMED
|
File without changes
|
{llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/contrib/mathtex-script-type.mjs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/contrib/render-a11y-string.min.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/fonts/KaTeX_Caligraphic-Bold.ttf
RENAMED
|
File without changes
|
{llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/fonts/KaTeX_Caligraphic-Bold.woff
RENAMED
|
File without changes
|
{llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/fonts/KaTeX_Caligraphic-Bold.woff2
RENAMED
|
File without changes
|
{llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/fonts/KaTeX_Caligraphic-Regular.ttf
RENAMED
|
File without changes
|
{llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/fonts/KaTeX_Caligraphic-Regular.woff
RENAMED
|
File without changes
|
{llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/fonts/KaTeX_Caligraphic-Regular.woff2
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/fonts/KaTeX_Fraktur-Regular.ttf
RENAMED
|
File without changes
|
{llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/fonts/KaTeX_Fraktur-Regular.woff
RENAMED
|
File without changes
|
{llms_py-3.0.0b8 → llms_py-3.0.0b9}/llms/extensions/katex/ui/fonts/KaTeX_Fraktur-Regular.woff2
RENAMED
|
File without changes
|
|
File without changes
|