-
-
Notifications
You must be signed in to change notification settings - Fork 754
Description
why this warning message is there at the start
❯ python streaming-basic.py
/Users/praison/miniconda3/envs/praisonai-package/lib/python3.11/site-packages/httpx/_models.py:408: DeprecationWarning: Use 'content=<...>' to upload raw bytes/text content.
headers, stream = encode_request(
/Users/praison/miniconda3/envs/praisonai-package/lib/python3.11/site-packages/litellm/litellm_core_utils/streaming_handler.py:1545: PydanticDeprecatedSince20: The dict method is deprecated; use model_dump instead. Deprecated in Pydantic V2.0 to be removed in V3.0. See Pydantic V2 Migration Guide at https://errors.pydantic.dev/2.10/migration/
obj_dict = response.dict()
.....
identify the issue with multi agents and fix.
Use @web to search about litellm docs with various multiple agents running parallely