Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion libs/llmstudio/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "llmstudio"
version = "1.0.3"
version = "1.0.4"
description = "Prompt Perfection at Your Fingertips"
authors = ["Cláudio Lemos <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion libs/proxy/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "llmstudio-proxy"
version = "1.0.5"
version = "1.0.6"
description = "LLMstudio Proxy is the module of LLMstudio that allows calling any LLM as a Service Provider in proxy server. By leveraging LLMstudio Proxy, you can have a centralized point for connecting to any provider running independently from your application."
authors = ["Claudio Lemos <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion libs/tracker/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "llmstudio-tracker"
version = "1.1.0"
version = "1.1.1"
description = "LLMstudio Tracker is the module of LLMstudio that allows monitoring and logging your LLM calls. By leveraging LLMstudio Tracker, users can gain insights on model performance and streamline development workflows with actionable analytics."
authors = ["Claudio Lemos <[email protected]>"]
readme = "README.md"
Expand Down