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.1.6 " ,
3
+ "version" : " 0.1.7 " ,
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.1.6 }
4
+ image : ${REGISTRY:-}llmstack-api:${TAG:-v0.1.7 }
5
5
command : apiserver
6
6
links :
7
7
- postgres:postgres
@@ -33,7 +33,7 @@ services:
33
33
cap_add :
34
34
- SYS_PTRACE
35
35
rqworker :
36
- image : ${REGISTRY:-}llmstack-api:${TAG:-v0.1.6 }
36
+ image : ${REGISTRY:-}llmstack-api:${TAG:-v0.1.7 }
37
37
command : rqworker
38
38
depends_on :
39
39
- redis
@@ -65,7 +65,7 @@ services:
65
65
SITE_NAME : ${SITE_NAME:-LLMStack}
66
66
DEBUG : ${DEBUG:-True}
67
67
app :
68
- image : ${REGISTRY:-}llmstack-app:${TAG:-v0.1.6 }
68
+ image : ${REGISTRY:-}llmstack-app:${TAG:-v0.1.7 }
69
69
ports :
70
70
- ${LLMSTACK_PORT:-9000}:80
71
71
depends_on :
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " llmstack"
3
- version = " 0.1.6 "
3
+ version = " 0.1.7 "
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