We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Looks like you removed the need for the cookie but the code still needs it. Its broken when used though.
2023-07-02 15:01:22.560 Uncaught app exception Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/streamlit/runtime/scriptrunner/script_runner.py", line 552, in _run_script exec(code, module.__dict__) File "/root/Free-Auto-GPT/Camel.py", line 91, in <module> llm = HuggingChatAPI.HuggingChat(cookiepath = str(cookie_path)) File "/usr/local/lib/python3.10/dist-packages/pydantic/main.py", line 341, in __init__ raise validation_error pydantic.error_wrappers.ValidationError: 1 validation error for HuggingChat cookiepath extra fields not permitted (type=value_error.extra)
The text was updated successfully, but these errors were encountered:
Sorry this is using streamlit and Camel.py. It looks like Camel.py wasnt updated to not use the cookies.
Sorry, something went wrong.
No branches or pull requests
Looks like you removed the need for the cookie but the code still needs it. Its broken when used though.
2023-07-02 15:01:22.560 Uncaught app exception Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/streamlit/runtime/scriptrunner/script_runner.py", line 552, in _run_script exec(code, module.__dict__) File "/root/Free-Auto-GPT/Camel.py", line 91, in <module> llm = HuggingChatAPI.HuggingChat(cookiepath = str(cookie_path)) File "/usr/local/lib/python3.10/dist-packages/pydantic/main.py", line 341, in __init__ raise validation_error pydantic.error_wrappers.ValidationError: 1 validation error for HuggingChat cookiepath extra fields not permitted (type=value_error.extra)
The text was updated successfully, but these errors were encountered: