File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " llmstack" ,
3- "version" : " 0.1.9 " ,
3+ "version" : " 0.2.0 " ,
44 "private" : true ,
55 "proxy" : " http://localhost:9000" ,
66 "homepage" : " https://llmstack.trypromptly.com" ,
Original file line number Diff line number Diff line change 11name : llmstack
22services :
33 api :
4- image : ${REGISTRY:-}llmstack-api:${TAG:-v0.1.9 }
4+ image : ${REGISTRY:-}llmstack-api:${TAG:-v0.2.0 }
55 command : apiserver
66 links :
77 - postgres:postgres
@@ -36,7 +36,7 @@ services:
3636 cap_add :
3737 - SYS_PTRACE
3838 rqworker :
39- image : ${REGISTRY:-}llmstack-api:${TAG:-v0.1.9 }
39+ image : ${REGISTRY:-}llmstack-api:${TAG:-v0.2.0 }
4040 command : rqworker
4141 depends_on :
4242 - redis
@@ -68,7 +68,7 @@ services:
6868 SITE_NAME : ${SITE_NAME:-LLMStack}
6969 DEBUG : ${DEBUG:-True}
7070 app :
71- image : ${REGISTRY:-}llmstack-app:${TAG:-v0.1.9 }
71+ image : ${REGISTRY:-}llmstack-app:${TAG:-v0.2.0 }
7272 ports :
7373 - ${LLMSTACK_PORT:-9000}:80
7474 depends_on :
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " llmstack"
3- version = " 0.1.9 "
3+ version = " 0.2.0 "
44description = " Low-code platform to build generative AI apps, chatbots and agents with your data"
55authors = [" Ajay Chintala" ]
66license = " ELv2"
You can’t perform that action at this time.
0 commit comments