Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug when fresh install and new start #1185

Open
quochung9999 opened this issue Apr 8, 2024 · 2 comments
Open

Bug when fresh install and new start #1185

quochung9999 opened this issue Apr 8, 2024 · 2 comments

Comments

@quochung9999
Copy link

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

interpreter_error

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

@sormind
Copy link

sormind commented Apr 20, 2024

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

@CyanideByte
Copy link
Contributor

Running pip install --upgrade litellm will fix this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants