AutoGPT: Pinecone error fixed
Duplicates
- I have searched the existing issues
Steps to reproduce ๐น
Traceback (most recent call last): File โ/Users/vegarberentsen/Auto-GPT/scripts/main.pyโ, line 285, in <module> if not cfg.pinecone_api_key or not cfg.pinecone_region: raise Exception(โPlease provide pinecone_api_key and pinecone_regionโ)
Current behavior ๐ฏ
it asks for the pinecone region and api key which is provided
Expected behavior ๐ค
it should starts, since everything is provided
Your prompt ๐
an AI designed to autonomously develop and run businesses with the sole goal of increasing your net worth.
About this issue
- Original URL
- State: closed
- Created a year ago
- Comments: 17 (3 by maintainers)
try this copy whatever is in the .env.template and past it in other file and rename it as .env
opening the code in vs code, i observed that the .env.template file is not getting renamed. After renaming it in vscode, to .env, this error got resolved. Though facing other error ๐