github zilliztech/GPTCache 0.1.13
v0.1.13

latest releases: 0.1.44, 0.1.43, 0.1.42...
19 months ago

🎉 Introduction to new functions of GPTCache

  1. Add openai audio adapter (experimental)
cache.init(pre_embedding_func=get_file_bytes)

openai.Audio.transcribe(
    model="whisper-1",
    file=audio_file
)
  1. Improve data eviction implementation

In the future, users will have greater flexibility to customize eviction methods, such as by using Redis or Memcached. Currently, the default caching library is cachetools, which provides an in-memory cache. Other libraries are not currently supported, but may be added in the future.

What's Changed

Full Changelog: 0.1.12...0.1.13

Don't miss a new GPTCache release

NewReleases is sending notifications on new releases.