diff --git a/.circleci/config.yml b/.circleci/config.yml index 13fe3d973..caf0e8396 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -35,6 +35,7 @@ jobs: pip install numpydoc pip install traceloop-sdk==0.0.69 pip install openai + pip install prisma - save_cache: paths: - ./venv @@ -44,7 +45,7 @@ jobs: command: | cd litellm python -m pip install types-requests types-setuptools types-redis - if ! python -m mypy . --ignore-missing-imports --explicit-package-bases; then + if ! python -m mypy . --ignore-missing-imports; then echo "mypy detected errors" exit 1 fi diff --git a/README.md b/README.md index 7fad2d9da..cc5c1a3a5 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@
Call all LLM APIs using the OpenAI format [Bedrock, Huggingface, Cohere, TogetherAI, Azure, OpenAI, etc.]