Free-Auto-GPT icon indicating copy to clipboard operation
Free-Auto-GPT copied to clipboard

cookiesHuggingChat.json removed but still needed.

Open thisisloze opened this issue 1 year ago • 1 comments

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)

thisisloze avatar Jul 02 '23 15:07 thisisloze