From 665410334def6e8935122624548b7835501bbd54 Mon Sep 17 00:00:00 2001 From: mraniki <8766259+mraniki@users.noreply.github.com> Date: Thu, 7 Sep 2023 21:36:46 +0200 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=92=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 373b4509..2714e212 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ [tool.poetry] name = "MyLLM" version = "2.0.3" -description = "A python package to interact with llm model supported by g4f" +description = "A python package to interact with llm model supported by g4f and langchain." authors = ["mraniki <8766259+mraniki@users.noreply.github.com>"] license = "MIT License" readme = "README.md" From 9a13c765811f256dbce898fa5b2731f71e1eb0d1 Mon Sep 17 00:00:00 2001 From: mraniki Date: Thu, 7 Sep 2023 20:13:34 +0000 Subject: [PATCH 2/2] Update Requirements --- .requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.requirements/requirements.txt b/.requirements/requirements.txt index d21aadb7..e257cbdb 100644 --- a/.requirements/requirements.txt +++ b/.requirements/requirements.txt @@ -17,7 +17,7 @@ exceptiongroup==1.1.3 ; python_version >= "3.10" and python_version < "3.11" flask-cors==4.0.0 ; python_version >= "3.10" and python_version < "4.0" flask==2.3.3 ; python_version >= "3.10" and python_version < "4.0" frozenlist==1.4.0 ; python_version >= "3.10" and python_version < "4.0" -g4f==0.0.2.6 ; python_version >= "3.10" and python_version < "4.0" +g4f==0.0.2.7 ; python_version >= "3.10" and python_version < "4.0" greenlet==2.0.2 ; python_version >= "3.10" and python_version < "4.0" and (platform_machine == "aarch64" or platform_machine == "ppc64le" or platform_machine == "x86_64" or platform_machine == "amd64" or platform_machine == "AMD64" or platform_machine == "win32" or platform_machine == "WIN32") h11==0.14.0 ; python_version >= "3.10" and python_version < "4.0" httpcore==0.17.3 ; python_version >= "3.10" and python_version < "4.0"