cohere-ai/cohere-toolkit

TypeError: undefined is not an object (evaluating 'window.__ENV[key]')

micuentadecasa opened this issue · 1 comments

What is the issue?

After making the setup with make, I go to the frontend and I see this:

TypeError: undefined is not an object (evaluating 'window.__ENV[key]')

and in the backend logs I see this:

Resource wordnet not found.
Please use the NLTK Downloader to obtain the resource:

import nltk
nltk.download('wordnet')

Additional information

No response

I updated Today to the latest version and the error was corrected