Skip to content

Commit

Permalink
Merge pull request #82 from mraniki/dev
Browse files Browse the repository at this point in the history
💬
  • Loading branch information
mraniki authored Sep 7, 2023
2 parents 2040c0c + 9a13c76 commit 1f2fbdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>"]
license = "MIT License"
readme = "README.md"
Expand Down

0 comments on commit 1f2fbdb

Please sign in to comment.