-
Notifications
You must be signed in to change notification settings - Fork 504
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: SimFG <[email protected]>
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,11 +17,11 @@ def parse_requirements(file_name: str) -> List[str]: | |
setuptools.setup( | ||
name="gptcache", | ||
packages=find_packages(), | ||
version="0.1.8", | ||
version="0.1.9", | ||
author="SimFG", | ||
author_email="[email protected]", | ||
description="GPT Cache, a powerful caching library that can be used to speed up and lower the cost of chat " | ||
"applications that rely on the LLM service. GPT Cache works as a memcache for AIGC applications, " | ||
description="GPTCache, a powerful caching library that can be used to speed up and lower the cost of chat " | ||
"applications that rely on the LLM service. GPTCache works as a memcache for AIGC applications, " | ||
"similar to how Redis works for traditional applications.", | ||
long_description=long_description, | ||
long_description_content_type="text/markdown", | ||
|