Skip to content

Commit bd152a7

Browse files
committed
Update the version to 0.1.36
Signed-off-by: SimFG <[email protected]>
1 parent a5fc129 commit bd152a7

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

docs/release_note.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ To read the following content, you need to understand the basic use of GPTCache,
55
- [Readme doc](https://github.com/zilliztech/GPTCache)
66
- [Usage doc](https://github.com/zilliztech/GPTCache/blob/main/docs/usage.md)
77

8-
## v0.1.35 (2023.6.30)
8+
## v0.1.36 (2023.7.14)
9+
10+
1. Fix the connection error of the remote redis cache store
11+
2. Add the openai proxy for the chat complete api
12+
13+
## v0.1.35 (2023.7.7)
914

1015
1. Support the redis as the cache store, usage example: [redis+onnx](https://github.com/zilliztech/GPTCache/blob/main/tests/integration_tests/test_redis_onnx.py)
1116
2. Add report table for easy analysis of cache data

gptcache/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""gptcache version"""
2-
__version__ = "0.1.35"
2+
__version__ = "0.1.36"
33

44
from gptcache.config import Config
55
from gptcache.core import Cache

0 commit comments

Comments
 (0)