llms-py 2.0.23__tar.gz → 2.0.24__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.23/llms_py.egg-info → llms_py-2.0.24}/PKG-INFO +1 -1
- {llms_py-2.0.23 → llms_py-2.0.24}/llms/main.py +1 -1
- {llms_py-2.0.23 → llms_py-2.0.24}/llms/ui/Main.mjs +1 -9
- {llms_py-2.0.23 → llms_py-2.0.24}/llms/ui/ai.mjs +1 -1
- {llms_py-2.0.23 → llms_py-2.0.24/llms_py.egg-info}/PKG-INFO +1 -1
- {llms_py-2.0.23 → llms_py-2.0.24}/pyproject.toml +1 -1
- {llms_py-2.0.23 → llms_py-2.0.24}/setup.py +1 -1
- {llms_py-2.0.23 → llms_py-2.0.24}/LICENSE +0 -0
- {llms_py-2.0.23 → llms_py-2.0.24}/MANIFEST.in +0 -0
- {llms_py-2.0.23 → llms_py-2.0.24}/README.md +0 -0
- {llms_py-2.0.23 → llms_py-2.0.24}/llms/__init__.py +0 -0
- {llms_py-2.0.23 → llms_py-2.0.24}/llms/__main__.py +0 -0
- {llms_py-2.0.23 → llms_py-2.0.24}/llms/index.html +0 -0
- {llms_py-2.0.23 → llms_py-2.0.24}/llms/llms.json +0 -0
- {llms_py-2.0.23 → llms_py-2.0.24}/llms/ui/Analytics.mjs +0 -0
- {llms_py-2.0.23 → llms_py-2.0.24}/llms/ui/App.mjs +0 -0
- {llms_py-2.0.23 → llms_py-2.0.24}/llms/ui/Avatar.mjs +0 -0
- {llms_py-2.0.23 → llms_py-2.0.24}/llms/ui/Brand.mjs +0 -0
- {llms_py-2.0.23 → llms_py-2.0.24}/llms/ui/ChatPrompt.mjs +0 -0
- {llms_py-2.0.23 → llms_py-2.0.24}/llms/ui/ModelSelector.mjs +0 -0
- {llms_py-2.0.23 → llms_py-2.0.24}/llms/ui/ProviderIcon.mjs +0 -0
- {llms_py-2.0.23 → llms_py-2.0.24}/llms/ui/ProviderStatus.mjs +0 -0
- {llms_py-2.0.23 → llms_py-2.0.24}/llms/ui/Recents.mjs +0 -0
- {llms_py-2.0.23 → llms_py-2.0.24}/llms/ui/SettingsDialog.mjs +0 -0
- {llms_py-2.0.23 → llms_py-2.0.24}/llms/ui/Sidebar.mjs +0 -0
- {llms_py-2.0.23 → llms_py-2.0.24}/llms/ui/SignIn.mjs +0 -0
- {llms_py-2.0.23 → llms_py-2.0.24}/llms/ui/SystemPromptEditor.mjs +0 -0
- {llms_py-2.0.23 → llms_py-2.0.24}/llms/ui/SystemPromptSelector.mjs +0 -0
- {llms_py-2.0.23 → llms_py-2.0.24}/llms/ui/Welcome.mjs +0 -0
- {llms_py-2.0.23 → llms_py-2.0.24}/llms/ui/app.css +0 -0
- {llms_py-2.0.23 → llms_py-2.0.24}/llms/ui/fav.svg +0 -0
- {llms_py-2.0.23 → llms_py-2.0.24}/llms/ui/lib/chart.js +0 -0
- {llms_py-2.0.23 → llms_py-2.0.24}/llms/ui/lib/charts.mjs +0 -0
- {llms_py-2.0.23 → llms_py-2.0.24}/llms/ui/lib/color.js +0 -0
- {llms_py-2.0.23 → llms_py-2.0.24}/llms/ui/lib/highlight.min.mjs +0 -0
- {llms_py-2.0.23 → llms_py-2.0.24}/llms/ui/lib/idb.min.mjs +0 -0
- {llms_py-2.0.23 → llms_py-2.0.24}/llms/ui/lib/marked.min.mjs +0 -0
- {llms_py-2.0.23 → llms_py-2.0.24}/llms/ui/lib/servicestack-client.mjs +0 -0
- {llms_py-2.0.23 → llms_py-2.0.24}/llms/ui/lib/servicestack-vue.mjs +0 -0
- {llms_py-2.0.23 → llms_py-2.0.24}/llms/ui/lib/vue-router.min.mjs +0 -0
- {llms_py-2.0.23 → llms_py-2.0.24}/llms/ui/lib/vue.min.mjs +0 -0
- {llms_py-2.0.23 → llms_py-2.0.24}/llms/ui/lib/vue.mjs +0 -0
- {llms_py-2.0.23 → llms_py-2.0.24}/llms/ui/markdown.mjs +0 -0
- {llms_py-2.0.23 → llms_py-2.0.24}/llms/ui/tailwind.input.css +0 -0
- {llms_py-2.0.23 → llms_py-2.0.24}/llms/ui/threadStore.mjs +0 -0
- {llms_py-2.0.23 → llms_py-2.0.24}/llms/ui/typography.css +0 -0
- {llms_py-2.0.23 → llms_py-2.0.24}/llms/ui/utils.mjs +0 -0
- {llms_py-2.0.23 → llms_py-2.0.24}/llms/ui.json +0 -0
- {llms_py-2.0.23 → llms_py-2.0.24}/llms_py.egg-info/SOURCES.txt +0 -0
- {llms_py-2.0.23 → llms_py-2.0.24}/llms_py.egg-info/dependency_links.txt +0 -0
- {llms_py-2.0.23 → llms_py-2.0.24}/llms_py.egg-info/entry_points.txt +0 -0
- {llms_py-2.0.23 → llms_py-2.0.24}/llms_py.egg-info/not-zip-safe +0 -0
- {llms_py-2.0.23 → llms_py-2.0.24}/llms_py.egg-info/requires.txt +0 -0
- {llms_py-2.0.23 → llms_py-2.0.24}/llms_py.egg-info/top_level.txt +0 -0
- {llms_py-2.0.23 → llms_py-2.0.24}/requirements.txt +0 -0
- {llms_py-2.0.23 → llms_py-2.0.24}/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.24
|
|
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
|
|
@@ -522,15 +522,7 @@ export default {
|
|
|
522
522
|
} else {
|
|
523
523
|
// Add new thread directly to IndexedDB
|
|
524
524
|
const tx = db.transaction(['threads'], 'readwrite')
|
|
525
|
-
await tx.objectStore('threads').add(
|
|
526
|
-
id: threadData.id,
|
|
527
|
-
title: threadData.title || 'Imported Chat',
|
|
528
|
-
model: threadData.model || '',
|
|
529
|
-
systemPrompt: threadData.systemPrompt || '',
|
|
530
|
-
messages: threadData.messages || [],
|
|
531
|
-
createdAt: threadData.createdAt || new Date().toISOString(),
|
|
532
|
-
updatedAt: threadData.updatedAt || new Date().toISOString()
|
|
533
|
-
})
|
|
525
|
+
await tx.objectStore('threads').add(threadData)
|
|
534
526
|
await tx.complete
|
|
535
527
|
importedCount++
|
|
536
528
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: llms-py
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.24
|
|
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 = "2.0.
|
|
7
|
+
version = "2.0.24"
|
|
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"
|
|
@@ -16,7 +16,7 @@ with open(os.path.join(this_directory, "requirements.txt"), encoding="utf-8") as
|
|
|
16
16
|
|
|
17
17
|
setup(
|
|
18
18
|
name="llms-py",
|
|
19
|
-
version="2.0.
|
|
19
|
+
version="2.0.24",
|
|
20
20
|
author="ServiceStack",
|
|
21
21
|
author_email="team@servicestack.net",
|
|
22
22
|
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
|
|
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
|
|
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
|
|
File without changes
|