File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " llmstack" ,
3
- "version" : " 0.2.2 " ,
3
+ "version" : " 0.2.3 " ,
4
4
"private" : true ,
5
5
"proxy" : " http://localhost:9000" ,
6
6
"homepage" : " https://llmstack.trypromptly.com" ,
Original file line number Diff line number Diff line change 1
1
name : llmstack
2
2
services :
3
3
api :
4
- image : ${REGISTRY:-}llmstack-api:${TAG:-v0.2.2 }
4
+ image : ${REGISTRY:-}llmstack-api:${TAG:-v0.2.3 }
5
5
command : apiserver
6
6
links :
7
7
- postgres:postgres
@@ -39,7 +39,7 @@ services:
39
39
cap_add :
40
40
- SYS_PTRACE
41
41
rqworker :
42
- image : ${REGISTRY:-}llmstack-api:${TAG:-v0.2.1 }
42
+ image : ${REGISTRY:-}llmstack-api:${TAG:-v0.2.3 }
43
43
command : rqworker
44
44
depends_on :
45
45
- redis
@@ -73,7 +73,7 @@ services:
73
73
SITE_NAME : ${SITE_NAME:-LLMStack}
74
74
DEBUG : ${DEBUG:-True}
75
75
app :
76
- image : ${REGISTRY:-}llmstack-app:${TAG:-v0.2.1 }
76
+ image : ${REGISTRY:-}llmstack-app:${TAG:-v0.2.3 }
77
77
ports :
78
78
- ${LLMSTACK_PORT:-9000}:80
79
79
depends_on :
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " llmstack"
3
- version = " 0.2.2 "
3
+ version = " 0.2.3 "
4
4
description = " Low-code platform to build generative AI apps, chatbots and agents with your data"
5
5
authors = [" Ajay Chintala" ]
6
6
license = " ELv2"
You can’t perform that action at this time.
0 commit comments