File tree Expand file tree Collapse file tree 6 files changed +277
-245
lines changed Expand file tree Collapse file tree 6 files changed +277
-245
lines changed Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " llmstudio-core"
3
- version = " 0 .0.1b1 "
3
+ version = " 1 .0.0 "
4
4
description = " LLMStudio core capabilities for routing llm calls for any vendor. No proxy server required. For that use llmstudio[proxy]"
5
5
authors = [" Cláudio Lemos <claudio.lemos@tensorops.ai>" ]
6
6
license = " MIT"
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " llmstudio"
3
- version = " 0 .0.1b1 "
3
+ version = " 1 .0.0 "
4
4
description = " Prompt Perfection at Your Fingertips"
5
5
authors = [" Cláudio Lemos <claudio@tensorops.ai>" ]
6
6
license = " MIT"
@@ -19,9 +19,9 @@ pydantic = "^2.5"
19
19
python-dotenv = " ^0"
20
20
langchain = " ^0"
21
21
langchain-experimental = " ^0"
22
- llmstudio-core = " 0 .0.1b1 "
23
- llmstudio-tracker = { version = " 0 .0.1b1 " , optional = true }
24
- llmstudio-proxy = { version = " 0 .0.1b1 " , optional = true }
22
+ llmstudio-core = " 1 .0.0 "
23
+ llmstudio-tracker = { version = " 1 .0.0 " , optional = true }
24
+ llmstudio-proxy = { version = " 1 .0.0 " , optional = true }
25
25
26
26
[tool .poetry .extras ]
27
27
proxy = [" llmstudio-proxy" ]
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " llmstudio-proxy"
3
- version = " 0 .0.1b1 "
3
+ version = " 1 .0.0 "
4
4
description = " "
5
5
authors = [" Diogo Goncalves <diogo.goncalves@tensorops.ai>" ]
6
6
readme = " README.md"
@@ -14,7 +14,7 @@ uvicorn = "^0.27"
14
14
tiktoken = " ^0.7"
15
15
python-dotenv = " ^0"
16
16
toml = " ^0.10"
17
- llmstudio-core = " 0 .0.1b1 "
17
+ llmstudio-core = " 1 .0.0 "
18
18
19
19
[tool .poetry .group .dev .dependencies ]
20
20
llmstudio-core = { path = " ../core/" , develop = true }
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " llmstudio-tracker"
3
- version = " 0 .0.1b1 "
3
+ version = " 1 .0.0 "
4
4
description = " "
5
5
authors = [" Diogo Goncalves <diogo.goncalves@tensorops.ai>" ]
6
6
readme = " README.md"
You can’t perform that action at this time.
0 commit comments