You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hamzah-syed
changed the title
UnicodeDecodeError when importing litellm_model on Windows
[Bug]:UnicodeDecodeError when importing litellm_model on Windows
Apr 26, 2025
Hamzah-syed
changed the title
[Bug]:UnicodeDecodeError when importing litellm_model on Windows
[Bug]: UnicodeDecodeError when importing litellm_model on Windows
Apr 26, 2025
Describe the bug
When importing litellm_model from agents.extensions.models, a UnicodeDecodeError occurs on Windows systems.
Debug information
Agents SDK version: 0.0.13
Python version: 3.11
Operating System: Windows 11
Package manager: UV
Repro steps
pip install openai-agents[litellm]
from agents.extensions.models import litellm_model
uv run main.py
The text was updated successfully, but these errors were encountered: