From fa0e058fb0f4c9a82308df093a338c6a1c73acf9 Mon Sep 17 00:00:00 2001 From: glide-the <2533736852@qq.com> Date: Mon, 10 Jun 2024 23:08:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libs/chatchat-server/pyproject.toml | 2 +- libs/model-providers/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/chatchat-server/pyproject.toml b/libs/chatchat-server/pyproject.toml index f97d07aa..49dd0be4 100644 --- a/libs/chatchat-server/pyproject.toml +++ b/libs/chatchat-server/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-chatchat" -version = "0.3.0.20240606" +version = "0.3.0.20240610" description = "" authors = ["chatchat"] readme = "README.md" diff --git a/libs/model-providers/pyproject.toml b/libs/model-providers/pyproject.toml index 14976752..1c4c7543 100644 --- a/libs/model-providers/pyproject.toml +++ b/libs/model-providers/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "model-providers" -version = "0.3.0.20240606" +version = "0.3.0.20240610" description = "" authors = ["glide-the <2533736852@qq.com>"] readme = "README.md"