v0.9.0 - don't require openai, tiktoken
Breaking changes
pip install cappr
will no longer installopenai, tiktoken
. Install them yourself, or install them usingpip install "cappr[openai]"
. For previous versions ofcappr
, if you needed to installcappr
without these dependencies, you had to run:
python -m pip install \
"numpy>=1.21.0" \
"tqdm>=4.27.0" && \
python -m pip install --no-deps cappr
cappr.openai.api.Model
no longer includes the deprecatedtext-*
models
New features
None
Bug fixes
None