Remove redundant comments about setting litellm.callbacks (#18711)

- Removed duplicate comment in test_router_endpoints.py
- Removed duplicate comment in logging.md
- Kept clearer comment: 'Set litellm.callbacks = [proxy_handler_instance] on the proxy'
This commit is contained in:
Kazuki Matsumaru 2026-01-07 03:28:01 +09:00 committed by GitHub
parent a17757159c
commit 26bdf7b7a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 2 deletions

View File

@ -1736,7 +1736,6 @@ class MyCustomHandler(CustomLogger):
proxy_handler_instance = MyCustomHandler()
# Set litellm.callbacks = [proxy_handler_instance] on the proxy
# need to set litellm.callbacks = [proxy_handler_instance] # on the proxy
```
#### Step 2 - Pass your custom callback class in `config.yaml`

View File

@ -89,7 +89,6 @@ class MyCustomHandler(CustomLogger):
# Set litellm.callbacks = [proxy_handler_instance] on the proxy
# need to set litellm.callbacks = [proxy_handler_instance] # on the proxy
@pytest.mark.asyncio
@pytest.mark.flaky(retries=6, delay=10)
async def test_transcription_on_router():