this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(litellm): pin to v1.80.9.dev6 with tools=None fix

Fixes TypeError in filter_web_search_deployments when Letta sends
tools=null during summarization requests.

Fix: https://github.com/BerriAI/litellm/commit/7c2e2111

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

alice 8369ac83 f9ae636c

+3 -1
+3 -1
docker-compose.yml
··· 59 59 60 60 # LiteLLM: OpenAI-compatible API that proxies to auth-adapter -> anthropic-proxy 61 61 litellm: 62 - image: ghcr.io/berriai/litellm:main-latest 62 + # Using specific version that includes fix for tools=None bug 63 + # https://github.com/BerriAI/litellm/commit/7c2e2111c0cc3372ca0ce911d0b6d45c22794d7f 64 + image: ghcr.io/berriai/litellm:litellm_embedding_header_forwarding-v1.80.9.dev6 63 65 ports: 64 66 - '4000:4000' 65 67 env_file: .env