From ac370485251acc57b736336ffcbdb613b8c2cd8e Mon Sep 17 00:00:00 2001 From: glide-the <2533736852@qq.com> Date: Tue, 21 May 2024 13:11:49 +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 --- chatchat-server/pyproject.toml | 2 +- model-providers/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chatchat-server/pyproject.toml b/chatchat-server/pyproject.toml index 3e2a29d0..79b565a7 100644 --- a/chatchat-server/pyproject.toml +++ b/chatchat-server/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "langchain-chatchat" -version = "0.3.0.20240506" +version = "0.3.0.20240521" description = "" authors = ["chatchat"] readme = "README.md" diff --git a/model-providers/pyproject.toml b/model-providers/pyproject.toml index be4cad67..d838bf3d 100644 --- a/model-providers/pyproject.toml +++ b/model-providers/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "model-providers" -version = "0.3.0.20240506" +version = "0.3.0.20240521" description = "" authors = ["glide-the <2533736852@qq.com>"] readme = "README.md"