llm.py co = cohere.Client(9XdEumRex3ZJteJPB21oAL00Hq3NlUukLbno) # This is your trial API key ^ SyntaxError: invalid decimal literal I changed to : co = "9XdEumRex3ZJteJPB211959oAL00Hq3KFUXNlUukLbno" New eror: IndentationError: unexpected indent ------------------------------------------------------------------- auto_gpt.py IndentationError: unexpected indent after changed to co = "9XdEumRex3ZJteJPB211959oAL00Hq3KFUXNlUukLbno" changed back to co = cohere.Client(9XdEumRex3ZJteJPB21oAL00Hq3NlUukLbno) SyntaxError: invalid decimal literal ------------------------------------ prompt_testing.py prompt_generation.py dynamic_template.py all same errur: co = cohere.Client IndentationError: unexpected indent -------------------------- extract_template.p function_chain.p main.ny web_search.py" blog_summarization.py token_limit.py youtube_summarization.py youtube_to_tweet.py all same errur: No module named 'newspaper' pip install newspaper ModuleNotFoundError: No module named 'newspaper' WARNING! You are attempting to install newspaper's python2 repository on python3. PLEASE RUN `$ pip3 install newspaper3k` for python3 or `$ pip install newspaper` for python2 [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. error: subprocess-exited-with-error × Getting requirements to build wheel did not run successfully. │ exit code: 1 ╰─> See above for output. note: This error originates from a subprocess, and is likely not a problem with pip. -------------------------------------------------------------------