We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cbe8f7 commit 17d8c74Copy full SHA for 17d8c74
llmstack/client/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "llmstack",
3
- "version": "0.2.1",
+ "version": "0.2.2",
4
"private": true,
5
"proxy": "http://localhost:9000",
6
"homepage": "https://llmstack.trypromptly.com",
llmstack/docker-compose.yml
@@ -1,7 +1,7 @@
name: llmstack
services:
api:
- image: ${REGISTRY:-}llmstack-api:${TAG:-v0.2.1}
+ image: ${REGISTRY:-}llmstack-api:${TAG:-v0.2.2}
command: apiserver
links:
7
- postgres:postgres
pyproject.toml
[tool.poetry]
name = "llmstack"
-version = "0.2.1"
+version = "0.2.2"
description = "Low-code platform to build generative AI apps, chatbots and agents with your data"
authors = ["Ajay Chintala"]
license = "ELv2"
0 commit comments