llmstudio 0.3.8a3__tar.gz → 0.3.8a5__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.
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/PKG-INFO +5 -5
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/engine/providers/provider.py +6 -4
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/pyproject.toml +5 -5
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/LICENSE +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/README.md +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/__init__.py +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/cli.py +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/client.py +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/config.py +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/engine/__init__.py +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/engine/config.yaml +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/engine/providers/__init__.py +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/engine/providers/anthropic.py +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/engine/providers/azure.py +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/engine/providers/ollama.py +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/engine/providers/openai.py +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/engine/providers/tokenizers/cohere-command-nightly.json +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/engine/providers/vertex.py +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/llm/__init__.py +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/llm/langchain.py +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/tests/__init__.py +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/tests/conftest.py +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/tests/engine/test_engine.py +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/tests/engine/test_providers.py +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/tracking/__init__.py +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/tracking/database.py +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/tracking/logs/__init__.py +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/tracking/logs/crud.py +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/tracking/logs/endpoints.py +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/tracking/logs/models.py +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/tracking/logs/schemas.py +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/tracking/session/__init__.py +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/tracking/session/crud.py +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/tracking/session/endpoints.py +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/tracking/session/models.py +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/tracking/session/schemas.py +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/tracking/tracker.py +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/.eslintrc.json +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/.gitignore +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/.prettierrc.json +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/__init__.py +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/components.json +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/global.d.ts +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/next.config.js +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/package-lock.json +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/package.json +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/postcss.config.js +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/public/logo.json +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/public/svg/ai.svg +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/public/svg/arrow.svg +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/public/svg/compare.svg +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/public/svg/home.svg +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/public/svg/load.svg +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/public/svg/magic.svg +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/public/svg/play.svg +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/public/svg/playground.svg +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/public/svg/plus.svg +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/public/svg/settings.svg +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/public/svg/sparkles.svg +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/src/app/(llm)/compare/page.tsx +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/src/app/(llm)/dashboard/hooks/useDashboardFetch.tsx +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/src/app/(llm)/dashboard/page.tsx +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/src/app/(llm)/playground/components/DataTable/ColumnHeader.tsx +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/src/app/(llm)/playground/components/DataTable/DataTable.tsx +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/src/app/(llm)/playground/components/DataTable/FacetedFilter.tsx +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/src/app/(llm)/playground/components/DataTable/Pagination.tsx +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/src/app/(llm)/playground/components/DataTable/RowActions.tsx +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/src/app/(llm)/playground/components/DataTable/Toolbar.tsx +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/src/app/(llm)/playground/components/DataTable/UserNav.tsx +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/src/app/(llm)/playground/components/DataTable/ViewOptions.tsx +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/src/app/(llm)/playground/components/DataTable/columns.tsx +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/src/app/(llm)/playground/components/Input.tsx +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/src/app/(llm)/playground/components/LogSheet.tsx +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/src/app/(llm)/playground/components/ModelItem.tsx +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/src/app/(llm)/playground/components/ModelSelector.tsx +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/src/app/(llm)/playground/components/Output.tsx +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/src/app/(llm)/playground/components/Parameters.tsx +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/src/app/(llm)/playground/components/index.tsx +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/src/app/(llm)/playground/hooks/useChat.tsx +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/src/app/(llm)/playground/hooks/useExport.tsx +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/src/app/(llm)/playground/hooks/useLogsFetch.tsx +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/src/app/(llm)/playground/hooks/useModelFetch.tsx +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/src/app/(llm)/playground/hooks/useParameterFetch.tsx +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/src/app/(llm)/playground/page.tsx +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/src/app/(llm)/playground/store.tsx +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/src/app/favicon.ico +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/src/app/globals.css +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/src/app/layout.tsx +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/src/app/page.tsx +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/src/components/CodeBlock/index.tsx +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/src/components/CopyButton/index.tsx +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/src/components/Header/index.tsx +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/src/components/Markdown/index.tsx +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/src/components/Theme/index.tsx +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/src/components/Toaster/index.tsx +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/src/components/theme-provider.tsx +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/src/components/ui/accordion.tsx +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/src/components/ui/alert-dialog.tsx +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/src/components/ui/alert.tsx +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/src/components/ui/aspect-ratio.tsx +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/src/components/ui/avatar.tsx +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/src/components/ui/badge.tsx +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/src/components/ui/button.tsx +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/src/components/ui/calendar.tsx +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/src/components/ui/card.tsx +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/src/components/ui/checkbox.tsx +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/src/components/ui/collapsible.tsx +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/src/components/ui/command.tsx +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/src/components/ui/context-menu.tsx +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/src/components/ui/dialog.tsx +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/src/components/ui/dropdown-menu.tsx +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/src/components/ui/form.tsx +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/src/components/ui/hover-card.tsx +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/src/components/ui/input.tsx +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/src/components/ui/label.tsx +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/src/components/ui/menubar.tsx +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/src/components/ui/navigation-menu.tsx +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/src/components/ui/popover.tsx +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/src/components/ui/progress.tsx +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/src/components/ui/radio-group.tsx +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/src/components/ui/scroll-area.tsx +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/src/components/ui/select.tsx +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/src/components/ui/separator.tsx +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/src/components/ui/sheet.tsx +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/src/components/ui/skeleton.tsx +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/src/components/ui/slider.tsx +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/src/components/ui/switch.tsx +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/src/components/ui/table.tsx +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/src/components/ui/tabs.tsx +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/src/components/ui/textarea.tsx +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/src/components/ui/toast.tsx +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/src/components/ui/toaster.tsx +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/src/components/ui/toggle-group.tsx +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/src/components/ui/toggle.tsx +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/src/components/ui/tooltip.tsx +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/src/components/ui/use-toast.ts +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/src/lib/utils.ts +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/tailwind.config.js +0 -0
- {llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/tsconfig.json +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: llmstudio
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.8a5
|
|
4
4
|
Summary: Prompt Perfection at Your Fingertips
|
|
5
5
|
Home-page: https://llmstudio.ai/
|
|
6
6
|
License: MIT
|
|
@@ -18,16 +18,16 @@ Requires-Dist: aiohttp (>=3.9.1,<4.0.0)
|
|
|
18
18
|
Requires-Dist: anthropic (>=0.16.0,<0.17.0)
|
|
19
19
|
Requires-Dist: fastapi (>=0.109.1,<0.110.0)
|
|
20
20
|
Requires-Dist: google-generativeai (>=0.5.4,<0.6.0)
|
|
21
|
-
Requires-Dist: langchain-experimental (>=0.0.
|
|
22
|
-
Requires-Dist: openai (>=1.
|
|
21
|
+
Requires-Dist: langchain-experimental (>=0.0.61,<0.0.62)
|
|
22
|
+
Requires-Dist: openai (>=1.26.0,<2.0.0)
|
|
23
23
|
Requires-Dist: pydantic (>=2.5.3,<3.0.0)
|
|
24
24
|
Requires-Dist: python-dotenv (>=1.0.0,<2.0.0)
|
|
25
25
|
Requires-Dist: requests (>=2.31.0,<3.0.0)
|
|
26
26
|
Requires-Dist: sqlalchemy (>=2.0.27,<3.0.0)
|
|
27
|
-
Requires-Dist: tiktoken (>=0.
|
|
27
|
+
Requires-Dist: tiktoken (>=0.7.0,<0.8.0)
|
|
28
28
|
Requires-Dist: tokenizer (>=3.4.3,<4.0.0)
|
|
29
29
|
Requires-Dist: transformers (>=4.29.1,<5.0.0)
|
|
30
|
-
Requires-Dist: uvicorn (>=0.
|
|
30
|
+
Requires-Dist: uvicorn (>=0.27.0,<0.28.0)
|
|
31
31
|
Project-URL: Bug Tracker, https://github.com/tensoropsai/llmstudio/issues
|
|
32
32
|
Project-URL: Documentation, https://docs.llmstudio.ai
|
|
33
33
|
Project-URL: Repository, https://github.com/tensoropsai/llmstudio
|
|
@@ -376,10 +376,12 @@ class Provider:
|
|
|
376
376
|
return {
|
|
377
377
|
"anthropic": Anthropic().get_tokenizer(),
|
|
378
378
|
"cohere": PreTrainedTokenizerFast(
|
|
379
|
-
tokenizer_file=
|
|
380
|
-
|
|
381
|
-
os.path.
|
|
382
|
-
|
|
379
|
+
tokenizer_file=str(
|
|
380
|
+
Path(
|
|
381
|
+
os.path.join(
|
|
382
|
+
os.path.dirname(__file__),
|
|
383
|
+
"tokenizers/cohere-command-nightly.json",
|
|
384
|
+
)
|
|
383
385
|
)
|
|
384
386
|
)
|
|
385
387
|
),
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "llmstudio"
|
|
3
|
-
version = "0.3.
|
|
3
|
+
version = "0.3.8a5"
|
|
4
4
|
description = "Prompt Perfection at Your Fingertips"
|
|
5
5
|
authors = ["Cláudio Lemos <claudio@tensorops.ai>"]
|
|
6
6
|
license = "MIT"
|
|
@@ -18,15 +18,15 @@ python = "^3.9"
|
|
|
18
18
|
pydantic = "^2.5.3"
|
|
19
19
|
requests = "^2.31.0"
|
|
20
20
|
fastapi = "^0.109.1"
|
|
21
|
-
uvicorn = "^0.
|
|
22
|
-
openai = "^1.
|
|
23
|
-
tiktoken = "^0.
|
|
21
|
+
uvicorn = "^0.27.0"
|
|
22
|
+
openai = "^1.26.0"
|
|
23
|
+
tiktoken = "^0.7.0"
|
|
24
24
|
python-dotenv = "^1.0.0"
|
|
25
25
|
tokenizer = "^3.4.3"
|
|
26
26
|
aiohttp = "^3.9.1"
|
|
27
27
|
sqlalchemy = "^2.0.27"
|
|
28
28
|
anthropic = "^0.16.0"
|
|
29
|
-
langchain-experimental = "^0.0.
|
|
29
|
+
langchain-experimental = "^0.0.61"
|
|
30
30
|
google-generativeai = "^0.5.4"
|
|
31
31
|
transformers = "^4.29.1"
|
|
32
32
|
|
|
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
|
|
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
|
{llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/src/app/(llm)/playground/components/Input.tsx
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/src/app/(llm)/playground/components/Output.tsx
RENAMED
|
File without changes
|
|
File without changes
|
{llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/src/app/(llm)/playground/components/index.tsx
RENAMED
|
File without changes
|
{llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/src/app/(llm)/playground/hooks/useChat.tsx
RENAMED
|
File without changes
|
{llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/src/app/(llm)/playground/hooks/useExport.tsx
RENAMED
|
File without changes
|
{llmstudio-0.3.8a3 → llmstudio-0.3.8a5}/llmstudio/ui/src/app/(llm)/playground/hooks/useLogsFetch.tsx
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
|
|
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
|
|
File without changes
|