kagisearch / pyllms

Minimal Python library to connect to LLMs (OpenAI, Anthropic, AI21, Cohere, Aleph Alpha, HuggingfaceHub, Google PaLM2, with a built-in model performance benchmark.

Home Page:https://kagi.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ModuleNotFoundError: No module named 'anthropic.api'.

vipulchaube opened this issue · comments

I am encountringi this error ModuleNotFoundError: No module named 'anthropic.api'. I just installed it and tried checking out the model list

import llms

model = llms.init()
model.list()

Hi @vipulchaube ,

Currently there is an incompatibility with anthropic >=0.3, and we haven't updated pyllms yet to work with it - we will do so ASAP (a pull request would also be welcome)

If you can, you can downgrade to antrophic v0.2.10 for example - the last version before 0.3 - it should work OK.

Thanks.
It works on downgrading anthropic

Anthropic 0.3 is supported in the latest pyllms release of 0.3.