open-interpreter
open-interpreter copied to clipboard
Bug when fresh install and new start
Describe the bug
when i run it. this warning shown
interpreter
/opt/conda/lib/python3.11/site-packages/pydantic/_internal/fields.py:151: UserWarning: Field "model_id" has conflict with protected namespace "model".
You may be able to resolve this warning by setting model_config['protected_namespaces'] = ().
warnings.warn(
/opt/conda/lib/python3.11/site-packages/pydantic/_internal/fields.py:151: UserWarning: Field "model_name" has conflict with protected namespace "model".
You may be able to resolve this warning by setting model_config['protected_namespaces'] = ().
warnings.warn(
/opt/conda/lib/python3.11/site-packages/pydantic/_internal/fields.py:151: UserWarning: Field "model_info" has conflict with protected namespace "model".
You may be able to resolve this warning by setting model_config['protected_namespaces'] = ().
warnings.warn(
●
Reproduce
just start it when installed
Expected behavior
no warning show at all
Screenshots
Open Interpreter version
2.0
Python version
3.117
Operating System name and version
docker linux ubuntu
Additional context
please fix it . thank you. i love interpreter
I have this exact same issue and have tried everything, i've tried uninstalling everything i've tried even changing the pydantic code myself and still same error or bug
Running pip install --upgrade litellm will fix this issue.