From 610b273722d1820fc2cc7f2ea65e898d6fd664fc Mon Sep 17 00:00:00 2001 From: Aditya Khatri Date: Thu, 2 Jan 2025 12:00:32 +0545 Subject: [PATCH] Deploy additional LLM supported widgets --- deploy.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deploy.json b/deploy.json index 57f80763..40f71b5f 100644 --- a/deploy.json +++ b/deploy.json @@ -1,8 +1,8 @@ { - "deep_version": "v2.8.1", + "deep_version": "v2.8.2", "client": { "repo": "https://github.com/the-deep/client", - "branch": "release-v2.8.2", + "branch": "release-v2.8.3", "deploy": true }, "ary_client": { @@ -14,7 +14,7 @@ }, "server": { "repo": "https://github.com/the-deep/server", - "branch": "release-v2.8.1", - "deploy": false + "branch": "release-v2.8.3", + "deploy": true } }