Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 320 Bytes

File metadata and controls

16 lines (9 loc) · 320 Bytes

🍰 openai-python-cache

A wrapper around the OpenAI Python bindings for caching responses.

Installation

pip install git+https://github.com/Pro-GenAI/openai-python-cache

Demo

Refer ./demo.py for a quick demo of how to use this package.

This fork supports latest version of OpenAI Python library.