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)

Most upvoted comments

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 ๐Ÿ˜›

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 ๐Ÿ˜›